Skip to content

Commit

Permalink
Update go-restful to v3
Browse files Browse the repository at this point in the history
Signed-off-by: Phil Estes <estesp@amazon.com>
  • Loading branch information
estesp committed Mar 15, 2023
1 parent 59bdc1d commit 5a8ea75
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ require (
github.com/cilium/ebpf v0.7.0 // indirect
github.com/containers/ocicrypt v1.1.3 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
github.com/emicklei/go-restful v2.9.5+incompatible // indirect
github.com/go-logr/logr v1.2.2 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
github.com/godbus/dbus/v5 v5.0.6 // indirect
Expand Down
3 changes: 0 additions & 3 deletions vendor/github.com/emicklei/go-restful/v3/go.mod

This file was deleted.

8 changes: 6 additions & 2 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -174,12 +174,16 @@ github.com/docker/go-metrics
# github.com/docker/go-units v0.4.0
## explicit
github.com/docker/go-units
# github.com/emicklei/go-restful/v3 v3.7.3
# github.com/emicklei/go-restful v2.9.5+incompatible
## explicit
github.com/emicklei/go-restful
github.com/emicklei/go-restful/log
# github.com/emicklei/go-restful/v3 v3.7.3
## explicit; go 1.13
github.com/emicklei/go-restful/v3
github.com/emicklei/go-restful/v3/log
## explicit; go 1.13
# github.com/fsnotify/fsnotify v1.4.9
## explicit; go 1.13
github.com/fsnotify/fsnotify
# github.com/go-logr/logr v1.2.2
## explicit; go 1.16
Expand Down

0 comments on commit 5a8ea75

Please sign in to comment.