diff --git a/hostr/go.mod b/hostr/go.mod index 8258e25..af11551 100644 --- a/hostr/go.mod +++ b/hostr/go.mod @@ -6,6 +6,7 @@ require ( github.com/gin-gonic/gin v1.9.1 github.com/nbd-wtf/go-nostr v0.20.0 github.com/urfave/cli/v2 v2.25.7 + golang.org/x/exp v0.0.0-20221106115401-f9659909a136 golang.org/x/net v0.14.0 golang.org/x/term v0.11.0 ) @@ -53,7 +54,6 @@ require ( github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect golang.org/x/arch v0.4.0 // indirect golang.org/x/crypto v0.12.0 // indirect - golang.org/x/exp v0.0.0-20221106115401-f9659909a136 // indirect golang.org/x/sys v0.11.0 // indirect golang.org/x/text v0.12.0 // indirect google.golang.org/protobuf v1.31.0 // indirect