Skip to content

Commit

Permalink
remove manual workarounds for exp
Browse files Browse the repository at this point in the history
  • Loading branch information
xenowits committed Aug 23, 2023
1 parent b4137ab commit 345f540
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ require (
go.uber.org/goleak v1.2.1
go.uber.org/zap v1.25.0
golang.org/x/crypto v0.12.0
golang.org/x/exp v0.0.0-20230817173708-d852ddb80c63 // Manually downgraded this to be compatible with libp2p v0.29.2
golang.org/x/sync v0.3.0
golang.org/x/term v0.11.0
golang.org/x/time v0.3.0
Expand Down Expand Up @@ -168,6 +167,7 @@ require (
go.uber.org/dig v1.17.0 // indirect
go.uber.org/fx v1.20.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/exp v0.0.0-20230817173708-d852ddb80c63 // indirect
golang.org/x/mod v0.12.0 // indirect
golang.org/x/net v0.14.0 // indirect
golang.org/x/sys v0.11.0 // indirect
Expand Down
2 changes: 0 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ import (
"os/signal"
"syscall"

_ "golang.org/x/exp/slices" // Imported to manually override libp2p dependency

"github.com/obolnetwork/charon/app/log"
"github.com/obolnetwork/charon/cmd"
)
Expand Down

0 comments on commit 345f540

Please sign in to comment.