-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
16 lines (14 loc) · 765 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
module github.com/kurtosis-tech/eth2-merge-kurtosis-module
go 1.15
require (
github.com/kurtosis-tech/kurtosis-core-api-lib/api/golang v0.0.0-20220916143008-94c39a4d4787
github.com/kurtosis-tech/kurtosis-engine-api-lib/api/golang v0.0.0-20220916144336-1d6a6781ce6b
github.com/kurtosis-tech/kurtosis-module-api-lib/golang v0.0.0-20220916144712-8f7556254b63
github.com/kurtosis-tech/stacktrace v0.0.0-20211028211901-1c67a77b5409
github.com/sirupsen/logrus v1.8.1
github.com/stretchr/testify v1.7.0
golang.org/x/net v0.0.0-20210913180222-943fd674d43e // indirect
google.golang.org/genproto v0.0.0-20210602131652-f16073e35f0c // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
)