Skip to content

Commit

Permalink
Bump protos
Browse files Browse the repository at this point in the history
  • Loading branch information
0x19 committed Apr 20, 2024
1 parent 9f74420 commit 6c8e3fa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ require (
github.com/sergi/go-diff v1.3.1
github.com/shopspring/decimal v1.3.1
github.com/stretchr/testify v1.8.4
github.com/unpackdev/protos v0.3.4
github.com/unpackdev/protos v0.3.5
go.uber.org/zap v1.26.0
golang.org/x/crypto v0.21.0
golang.org/x/sync v0.6.0
google.golang.org/protobuf v1.33.0
)

//replace github.com/antlr4-go/antlr/v4 => github.com/unpackdev/antlr4-go/v4 v4.13.0
replace github.com/unpackdev/protos => ../protos
//replace github.com/unpackdev/protos => ../protos

require (
github.com/DataDog/zstd v1.5.5 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -241,8 +241,8 @@ github.com/tklauser/numcpus v0.7.0 h1:yjuerZP127QG9m5Zh/mSO4wqurYil27tHrqwRoRjpr
github.com/tklauser/numcpus v0.7.0/go.mod h1:bb6dMVcj8A42tSE7i32fsIUCbQNllK5iDguyOZRUzAY=
github.com/tyler-smith/go-bip39 v1.1.0 h1:5eUemwrMargf3BSLRRCalXT93Ns6pQJIjYQN2nyfOP8=
github.com/tyler-smith/go-bip39 v1.1.0/go.mod h1:gUYDtqQw1JS3ZJ8UWVcGTGqqr6YIN3CWg+kkNaLt55U=
github.com/unpackdev/protos v0.3.4 h1:3t4hoib2iGPX9j2rBS2aT/yrH56yAewoYeyNq5lreHU=
github.com/unpackdev/protos v0.3.4/go.mod h1:HPk7M7yxXbj/DlKEF7uFxyHfZIKUIbk+cq+rWTlRGxk=
github.com/unpackdev/protos v0.3.5 h1:nwlD8KCxgiO2dm9Xym3RKOL4I1Bjt6AlT7q9CesqZew=
github.com/unpackdev/protos v0.3.5/go.mod h1:HPk7M7yxXbj/DlKEF7uFxyHfZIKUIbk+cq+rWTlRGxk=
github.com/urfave/cli/v2 v2.27.1 h1:8xSQ6szndafKVRmfyeUMxkNUJQMjL1F2zmsZ+qHpfho=
github.com/urfave/cli/v2 v2.27.1/go.mod h1:8qnjx1vcq5s2/wpsqoZFndg2CE5tNFyrTvS6SinrnYQ=
github.com/whyrusleeping/tar-utils v0.0.0-20201201191210-20a61371de5b h1:wA3QeTsaAXybLL2kb2cKhCAQTHgYTMwuI8lBlJSv5V8=
Expand Down

0 comments on commit 6c8e3fa

Please sign in to comment.