Skip to content

Commit

Permalink
gomod: Remove Candid and persistent-cookiejar
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Hipp <[email protected]>
  • Loading branch information
monstermunchkin committed Aug 12, 2023
1 parent df2f0a8 commit 5e412d0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 87 deletions.
6 changes: 0 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ go 1.18
require (
github.com/Rican7/retry v0.3.1
github.com/armon/go-proxyproto v0.0.0-20210323213023-7e956b284f0a
github.com/canonical/candid v1.12.2
github.com/checkpoint-restore/go-criu/v6 v6.3.0
github.com/cowsql/go-cowsql v1.21.0
github.com/digitalocean/go-qemu v0.0.0-20230711162256-2e3d0186973e
Expand All @@ -24,7 +23,6 @@ require (
github.com/jaypipes/pcidb v1.0.0
github.com/jochenvg/go-udev v0.0.0-20171110120927-d6b62d56d37b
github.com/juju/gomaasapi v0.0.0-20200602032615-aa561369c767
github.com/juju/persistent-cookiejar v1.0.0
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
github.com/lxc/go-lxc v0.0.0-20230621012608-be98af2b8b9f
github.com/mattn/go-colorable v0.1.13
Expand Down Expand Up @@ -56,7 +54,6 @@ require (
golang.org/x/term v0.11.0
golang.org/x/text v0.12.0
google.golang.org/protobuf v1.31.0
gopkg.in/juju/environschema.v1 v1.0.1
gopkg.in/tomb.v2 v2.0.0-20161208151619-d5d1b5820637
gopkg.in/yaml.v2 v2.4.0
gopkg.in/yaml.v3 v3.0.1
Expand Down Expand Up @@ -87,11 +84,9 @@ require (
github.com/json-iterator/go v1.1.12 // indirect
github.com/juju/collections v1.0.4 // indirect
github.com/juju/errors v1.0.0 // indirect
github.com/juju/go4 v0.0.0-20160222163258-40d72ab9641a // indirect
github.com/juju/loggo v1.0.0 // indirect
github.com/juju/mgo/v2 v2.0.2 // indirect
github.com/juju/schema v1.0.1 // indirect
github.com/juju/utils/v2 v2.0.0-20210305225158-eedbe7b6b3e2 // indirect
github.com/juju/version v0.0.0-20210303051006-2015802527a8 // indirect
github.com/juju/webbrowser v1.0.0 // indirect
github.com/julienschmidt/httprouter v1.3.0 // indirect
Expand Down Expand Up @@ -146,6 +141,5 @@ require (
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/macaroon.v2 v2.1.0 // indirect
gopkg.in/mgo.v2 v2.0.0-20190816093944-a6b53ec6cb22 // indirect
gopkg.in/retry.v1 v1.0.3 // indirect
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
)
Loading

0 comments on commit 5e412d0

Please sign in to comment.