Skip to content

Commit

Permalink
toolchain go1.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pablodeymo committed Dec 30, 2024
1 parent 0328540 commit 2c40243
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module github.com/Layr-Labs/incredible-squaring-avs

go 1.21.13
go 1.21

toolchain go1.23.4
toolchain go1.21.0

require (
github.com/Layr-Labs/eigensdk-go v0.1.14-0.20241230193544-1fc432361165
Expand All @@ -13,6 +13,7 @@ require (
github.com/urfave/cli v1.22.14
go.uber.org/mock v0.4.0
golang.org/x/crypto v0.22.0
gopkg.in/yaml.v3 v3.0.1
)

require (
Expand Down Expand Up @@ -147,7 +148,6 @@ require (
google.golang.org/grpc v1.58.3 // indirect
google.golang.org/protobuf v1.33.0 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
rsc.io/tmplfunc v0.0.3 // indirect
)

Expand Down

0 comments on commit 2c40243

Please sign in to comment.