Skip to content

Commit

Permalink
depsync: move command to its own module
Browse files Browse the repository at this point in the history
  • Loading branch information
roobre committed Nov 10, 2023
1 parent c9cc4ff commit e0c10d5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cmd/xk6-depsync/go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module go.k6.io/xk6/cmd/xk6-depsync

go 1.21

require golang.org/x/mod v0.14.0
2 changes: 2 additions & 0 deletions cmd/xk6-depsync/go.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
golang.org/x/mod v0.14.0 h1:dGoOF9QVLYng8IHTm7BAyWqCqSheQ5pYWGhzW00YJr0=
golang.org/x/mod v0.14.0/go.mod h1:hTbmBsO62+eylJbnUtE2MGJUyE7QWk4xUqPFrRgJ+7c=

0 comments on commit e0c10d5

Please sign in to comment.