Skip to content

Commit

Permalink
Go mod tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
smickovskid committed Nov 7, 2023
1 parent cf46e68 commit a225741
Show file tree
Hide file tree
Showing 2 changed files with 174 additions and 2 deletions.
8 changes: 6 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -23,23 +23,27 @@ require (
github.com/smartcontractkit/wasp v0.3.0
github.com/stretchr/testify v1.8.4
github.com/testcontainers/testcontainers-go v0.23.0
github.com/zksync-sdk/zksync2-go v0.3.1
go.uber.org/atomic v1.11.0
go.uber.org/zap v1.26.0
golang.org/x/sync v0.4.0
)

require (
github.com/allegro/bigcache v1.2.1 // indirect
github.com/btcsuite/btcd v0.22.3 // indirect
github.com/btcsuite/btcd/chaincfg/chainhash v1.0.1 // indirect
github.com/btcsuite/btcutil v1.0.3-0.20201208143702-a53e38424cce // indirect
github.com/cespare/cp v1.1.1 // indirect
github.com/gballet/go-libpcsclite v0.0.0-20191108122812-4678299bea08 // indirect
github.com/google/pprof v0.0.0-20230705174524-200ffdc848b8 // indirect
github.com/hashicorp/go-version v1.6.0 // indirect
github.com/mattn/go-sqlite3 v2.0.3+incompatible // indirect
github.com/miguelmota/go-ethereum-hdwallet v0.1.1 // indirect
github.com/pyroscope-io/client v0.7.1 // indirect
github.com/rs/cors v1.8.3 // indirect
github.com/sergi/go-diff v1.2.0 // indirect
github.com/tyler-smith/go-bip39 v1.1.0 // indirect
github.com/yusufpapurcu/wmi v1.2.3 // indirect
github.com/zksync-sdk/zksync2-go v0.3.1 // indirect
)

// K8s versions are infuriatingly inconsistent, so we pin them here.
Expand Down

0 comments on commit a225741

Please sign in to comment.