Skip to content

Commit

Permalink
fix: go mod tidy and lint
Browse files Browse the repository at this point in the history
Signed-off-by: AlexXi19 <alex2001314jjj@gmail.com>
  • Loading branch information
AlexXi19 committed Jan 23, 2023
1 parent d5c7b6d commit 77a90bf
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 91 deletions.
3 changes: 1 addition & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ require (
github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f
github.com/urfave/cli/v2 v2.23.7
go.starlark.net v0.0.0-20220328144851-d1966c6b9fcd

golang.org/x/crypto v0.3.0
golang.org/x/sync v0.1.0
golang.org/x/term v0.4.0
Expand Down Expand Up @@ -120,7 +119,7 @@ require (
github.com/containerd/typeurl v1.0.2 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/docker/cli v23.0.0-rc.1+incompatible // indirect
github.com/docker/cli v23.0.0-rc.1+incompatible
github.com/docker/distribution v2.8.1+incompatible // indirect
github.com/docker/docker-credential-helpers v0.7.0 // indirect
github.com/emirpasic/gods v1.12.0 // indirect
Expand Down
Loading

0 comments on commit 77a90bf

Please sign in to comment.