Skip to content

Commit

Permalink
Merge pull request #7 from grafana/fixGoModules
Browse files Browse the repository at this point in the history
Fix and update go.mod
  • Loading branch information
mstoykov authored Jan 26, 2022
2 parents ffc78a1 + 68ae456 commit 1ee2b16
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 126 deletions.
29 changes: 24 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,9 +1,28 @@
module github.com/k6io/xk6-docker
module github.com/grafana/xk6-ssh

go 1.15
go 1.17

require (
go.k6.io/k6 v0.32.0
golang.org/x/crypto v0.0.0-20210317152858-513c2a44f670
golang.org/x/sys v0.0.0-20210319071255-635bc2c9138d // indirect
go.k6.io/k6 v0.36.0
golang.org/x/crypto v0.0.0-20210503195802-e9a32991a82e
)

require (
github.com/dlclark/regexp2 v1.4.1-0.20201116162257-a2a8dda75c91 // indirect
github.com/dop251/goja v0.0.0-20220110113543-261677941f3c // indirect
github.com/fatih/color v1.12.0 // indirect
github.com/go-sourcemap/sourcemap v2.1.4-0.20211119122758-180fcef48034+incompatible // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/mattn/go-colorable v0.1.8 // indirect
github.com/mattn/go-isatty v0.0.13 // indirect
github.com/nxadm/tail v1.4.8 // indirect
github.com/oxtoacart/bpool v0.0.0-20190530202638-03653db5a59c // indirect
github.com/serenize/snaker v0.0.0-20201027110005-a7ad2135616e // indirect
github.com/sirupsen/logrus v1.8.1 // indirect
github.com/spf13/afero v1.1.2 // indirect
golang.org/x/sys v0.0.0-20210511113859-b0526f3d8744 // indirect
golang.org/x/text v0.3.7-0.20210503195748-5c7c50ebbd4f // indirect
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
gopkg.in/guregu/null.v3 v3.3.0 // indirect
)
Loading

0 comments on commit 1ee2b16

Please sign in to comment.