Skip to content

Commit

Permalink
gomodtidy
Browse files Browse the repository at this point in the history
  • Loading branch information
nopg committed Mar 23, 2023
1 parent 47fa491 commit f8a79d8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 5 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,16 @@ module github.com/glspi/cvp-cleanup

go 1.19

require (
github.com/urfave/cli/v2 v2.24.4
gopkg.in/aristanetworks/go-cvprac.v2 v2.7.0
)

require (
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/urfave/cli/v2 v2.24.4 // indirect
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
golang.org/x/net v0.0.0-20181220203305-927f97764cc3 // indirect
gopkg.in/aristanetworks/go-cvprac.v2 v2.7.0 // indirect
gopkg.in/resty.v1 v1.12.0 // indirect
)
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@ golang.org/x/tools v0.0.0-20181201035826-d0ca3933b724/go.mod h1:n7NCudcB/nEzxVGm
gopkg.in/aristanetworks/go-cvprac.v2 v2.4.0/go.mod h1:9gdX8KllC+Rcu7Llzg0Vl+FSaGVxpHg//vFmEqA73HE=
gopkg.in/aristanetworks/go-cvprac.v2 v2.7.0 h1:hBRskNz31BevLXt8CqXoVgADCs28FyzMXhty/ubp/2Q=
gopkg.in/aristanetworks/go-cvprac.v2 v2.7.0/go.mod h1:+ymwzlYj8HvKs+KuITI1TdI6R9fN69NM/csd3MtD580=
gopkg.in/gcfg.v1 v1.2.3 h1:m8OOJ4ccYHnx2f4gQwpno8nAX5OGOh7RLaaz0pj3Ogs=
gopkg.in/gcfg.v1 v1.2.3/go.mod h1:yesOnuUOFQAhST5vPY4nbZsb/huCgGGXlipJsBn0b3o=
gopkg.in/resty.v1 v1.10.2/go.mod h1:nrgQYbPhkRfn2BfT32NNTLfq3K9NuHRB0MsAcA9weWY=
gopkg.in/resty.v1 v1.12.0 h1:CuXP0Pjfw9rOuY6EP+UvtNvt5DSqHpIxILZKT/quCZI=
gopkg.in/resty.v1 v1.12.0/go.mod h1:mDo4pnntr5jdWRML875a/NmxYqAlA73dVijT2AXvQQo=
gopkg.in/warnings.v0 v0.1.2 h1:wFXVbFY8DY5/xOe1ECiWdKCzZlxgshcYVNkBHstARME=
gopkg.in/warnings.v0 v0.1.2/go.mod h1:jksf8JmL6Qr/oQM2OXTHunEvvTAsrWBLb6OOjuVWRNI=

0 comments on commit f8a79d8

Please sign in to comment.