Skip to content

Commit

Permalink
update to have regex (#99)
Browse files Browse the repository at this point in the history
* update to have regex

* bump version

* go mod tidy
  • Loading branch information
shrimalmadhur authored Apr 8, 2024
1 parent f24d7c1 commit a63e018
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion cmd/eigenlayer/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ func main() {

app.Name = "eigenlayer"
app.Usage = "EigenLayer CLI"
app.Version = "0.7.0"
app.Version = "0.7.1"
app.Copyright = "(c) 2024 EigenLabs"

// Initialize the dependencies
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.21

require (
github.com/AlecAivazis/survey/v2 v2.3.7
github.com/Layr-Labs/eigensdk-go v0.1.4-0.20240405211625-8a09b7da494c
github.com/Layr-Labs/eigensdk-go v0.1.4-0.20240408182241-f565191ce258
github.com/ethereum/go-ethereum v1.13.14
github.com/stretchr/testify v1.9.0
github.com/urfave/cli/v2 v2.27.1
Expand Down
6 changes: 2 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@ github.com/AlecAivazis/survey/v2 v2.3.7 h1:6I/u8FvytdGsgonrYsVn2t8t4QiRnh6QSTqkk
github.com/AlecAivazis/survey/v2 v2.3.7/go.mod h1:xUTIdE4KCOIjsBAE1JYsUPoCqYdZ1reCfTwbto0Fduo=
github.com/DataDog/zstd v1.4.5 h1:EndNeuB0l9syBZhut0wns3gV1hL8zX8LIu6ZiVHWLIQ=
github.com/DataDog/zstd v1.4.5/go.mod h1:1jcaCB/ufaK+sKp1NBhlGmpz41jOoPQ35bpF36t7BBo=
github.com/Layr-Labs/eigensdk-go v0.1.3-holesky-init-deployment h1:GxIR6nBV+lCgBfS/Bu6NPFg5hqf2jUnXUDHznWyh9Ro=
github.com/Layr-Labs/eigensdk-go v0.1.3-holesky-init-deployment/go.mod h1:J+d9zxN4VyMtchmsPzGASFcCjpnh1eT4aE2ggiqOz/g=
github.com/Layr-Labs/eigensdk-go v0.1.4-0.20240405211625-8a09b7da494c h1:/qz1esvSLDKiVbk3L9BfWERoFJgdrcxoBRbMeDZinOE=
github.com/Layr-Labs/eigensdk-go v0.1.4-0.20240405211625-8a09b7da494c/go.mod h1:HOSNuZcwaKbP4cnNk9c1hK2B2RitcMQ36Xj2msBBBpE=
github.com/Layr-Labs/eigensdk-go v0.1.4-0.20240408182241-f565191ce258 h1:nwdicn2rwjOmMaFY+66s8yzpGYc88M4S7yDNixi5WGU=
github.com/Layr-Labs/eigensdk-go v0.1.4-0.20240408182241-f565191ce258/go.mod h1:HOSNuZcwaKbP4cnNk9c1hK2B2RitcMQ36Xj2msBBBpE=
github.com/Microsoft/go-winio v0.6.1 h1:9/kr64B9VUZrLm5YYwbGtUJnMgqWVOdUAXu6Migciow=
github.com/Microsoft/go-winio v0.6.1/go.mod h1:LRdKpFKfdobln8UmuiYcKPot9D2v6svN5+sAH+4kjUM=
github.com/Netflix/go-expect v0.0.0-20220104043353-73e0943537d2 h1:+vx7roKuyA63nhn5WAunQHLTznkw5W8b1Xc0dNjp83s=
Expand Down

0 comments on commit a63e018

Please sign in to comment.