github.com/qapquiz/xk6-dotenv@v0.1.2-0.20220614041208-d05c37e5dd7e/go.mod (about)

     1  module github.com/qapquiz/xk6-dotenv
     2  
     3  go 1.18
     4  
     5  require (
     6  	github.com/joho/godotenv v1.4.0
     7  	github.com/stretchr/testify v1.7.1
     8  	go.k6.io/k6 v0.38.3
     9  )
    10  
    11  require (
    12  	github.com/davecgh/go-spew v1.1.1 // indirect
    13  	github.com/dlclark/regexp2 v1.4.1-0.20201116162257-a2a8dda75c91 // indirect
    14  	github.com/dop251/goja v0.0.0-20220516123900-4418d4575a41 // indirect
    15  	github.com/fatih/color v1.13.0 // indirect
    16  	github.com/fsnotify/fsnotify v1.4.9 // indirect
    17  	github.com/go-sourcemap/sourcemap v2.1.4-0.20211119122758-180fcef48034+incompatible // indirect
    18  	github.com/klauspost/compress v1.15.6 // indirect
    19  	github.com/mailru/easyjson v0.7.7 // indirect
    20  	github.com/mattn/go-colorable v0.1.12 // indirect
    21  	github.com/mattn/go-isatty v0.0.14 // indirect
    22  	github.com/nxadm/tail v1.4.4 // indirect
    23  	github.com/oxtoacart/bpool v0.0.0-20190530202638-03653db5a59c // indirect
    24  	github.com/pmezard/go-difflib v1.0.0 // indirect
    25  	github.com/serenize/snaker v0.0.0-20201027110005-a7ad2135616e // indirect
    26  	github.com/sirupsen/logrus v1.8.1 // indirect
    27  	github.com/spf13/afero v1.8.2 // indirect
    28  	golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e // indirect
    29  	golang.org/x/net v0.0.0-20220607020251-c690dde0001d // indirect
    30  	golang.org/x/sys v0.0.0-20220610221304-9f5ed59c137d // indirect
    31  	golang.org/x/text v0.3.7 // indirect
    32  	golang.org/x/time v0.0.0-20220609170525-579cf78fd858 // indirect
    33  	google.golang.org/genproto v0.0.0-20220608133413-ed9918b62aac // indirect
    34  	google.golang.org/grpc v1.47.0 // indirect
    35  	google.golang.org/protobuf v1.28.0 // indirect
    36  	gopkg.in/guregu/null.v3 v3.5.0 // indirect
    37  	gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
    38  )