github.com/ecolytiq/xk6-dotenv@v0.2.2-0.20220902071434-058cfd60158b/go.mod (about)

     1  module github.com/ecolytiq/xk6-dotenv
     2  
     3  go 1.16
     4  
     5  require (
     6  	github.com/dop251/goja v0.0.0-20220516123900-4418d4575a41 // indirect
     7  	github.com/dustin/go-humanize v1.0.0 // indirect
     8  	github.com/joho/godotenv v1.4.0
     9  	github.com/k6io/xk6-output-kafka v0.2.0 // indirect
    10  	github.com/klauspost/compress v1.15.4 // indirect
    11  	github.com/kubernetes/helm v2.17.0+incompatible // indirect
    12  	github.com/spf13/afero v1.8.2 // indirect
    13  	github.com/stretchr/testify v1.7.1
    14  	github.com/tidwall/gjson v1.14.1 // indirect
    15  	go.k6.io/k6 v0.38.3
    16  	golang.org/x/crypto v0.0.0-20220518034528-6f7dac969898 // indirect
    17  	golang.org/x/net v0.0.0-20220524220425-1d687d428aca // indirect
    18  	golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
    19  	golang.org/x/time v0.0.0-20220411224347-583f2d630306 // indirect
    20  	google.golang.org/genproto v0.0.0-20220525015930-6ca3db687a9d // indirect
    21  	gopkg.in/guregu/null.v3 v3.5.0 // indirect
    22  )