Skip to content

Commit

Permalink
go.mod: run go mod tidy
Browse files Browse the repository at this point in the history
Clean up dependencies after moving shiny, event, and jsonrpc2 to
separate modules.

For golang/go#37175

Change-Id: Ie72d0eb4b99a625f41615d6ce3bb5c8935eb11c4
Reviewed-on: https://go-review.googlesource.com/c/exp/+/386795
Trust: Ian Lance Taylor <[email protected]>
Reviewed-by: Dmitri Shuralyov <[email protected]>
  • Loading branch information
ianlancetaylor committed Feb 18, 2022
1 parent 9948649 commit 3a4dbed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 448 deletions.
25 changes: 2 additions & 23 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,32 +3,11 @@ module golang.org/x/exp
go 1.18

require (
dmitri.shuralyov.com/gpu/mtl v0.0.0-20201218220906-28db891af037
github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20200222043503-6f7a984d4dc4
github.com/go-kit/kit v0.10.0
github.com/go-logr/logr v1.2.2
github.com/google/go-cmp v0.5.6
github.com/rs/zerolog v1.21.0
github.com/sirupsen/logrus v1.8.1
go.opentelemetry.io/otel v1.3.0
go.opentelemetry.io/otel/metric v0.26.0
go.opentelemetry.io/otel/sdk v1.3.0
go.opentelemetry.io/otel/trace v1.3.0
go.uber.org/zap v1.16.0
golang.org/x/image v0.0.0-20190802002840-cff245a6509b
golang.org/x/mobile v0.0.0-20201217150744-e6ae53a27f4f
golang.org/x/mod v0.6.0-dev.0.20211013180041-c96bc1413d57
golang.org/x/sys v0.0.0-20211019181941-9d821ace8654
golang.org/x/tools v0.1.8-0.20211029000441-d6a9af8af023
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
)

require (
github.com/go-logfmt/logfmt v0.5.0 // indirect
github.com/go-logr/stdr v1.2.0 // indirect
go.opentelemetry.io/otel/internal/metric v0.26.0 // indirect
go.uber.org/atomic v1.7.0 // indirect
go.uber.org/multierr v1.6.0 // indirect
honnef.co/go/tools v0.1.3 // indirect
golang.org/x/sys v0.0.0-20211019181941-9d821ace8654 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
)
Loading

0 comments on commit 3a4dbed

Please sign in to comment.