@@ -3,36 +3,28 @@ module github.com/CanonicalLtd/serial-vault
3
3
go 1.13
4
4
5
5
require (
6
- github.com/CloudyKit/jet v2.1.3-0.20180809161101-62edd43e4f88+incompatible // indirect
7
- github.com/Joker/jade v1.0.1-0.20190614124447-d475f43051e7 // indirect
8
6
github.com/Masterminds/squirrel v1.2.0
9
7
github.com/dgrijalva/jwt-go v3.2.0+incompatible
10
- github.com/flosch/pongo2 v0.0.0-20190707114632-bbf5a6c351f4 // indirect
11
8
github.com/getsentry/sentry-go v0.8.0
12
9
github.com/godbus/dbus v4.1.0+incompatible // indirect
13
10
github.com/gorilla/context v1.1.1 // indirect
14
11
github.com/gorilla/csrf v1.0.3-0.20161122164500-69581736821c
15
- github.com/gorilla/mux v1.6.1
12
+ github.com/gorilla/mux v1.7.4-0.20190701202633-d83b6ffe499a
16
13
github.com/gorilla/securecookie v1.1.1 // indirect
17
- github.com/iris-contrib/i18n v0.0.0-20171121225848-987a633949d0 // indirect
18
- github.com/jessevdk/go-flags v1.4.0
19
- github.com/juju/ratelimit v1 .0.1 // indirect
14
+ github.com/jessevdk/go-flags v1.5.1-0.20210607101731-3927b71304df
15
+ github.com/juju/loggo v0.0.0-20180524022052-584905176618 // indirect
16
+ github.com/juju/testing v0 .0.0-20180920084828-472a3e8b2073 // indirect
20
17
github.com/juju/usso v0.0.0-20160418121039-5b79b358f4bb
21
18
github.com/lib/pq v0.0.0-20180327071824-d34b9ff171c2
22
19
github.com/mattn/go-sqlite3 v1.6.0
23
- github.com/mediocregopher/mediocre-go-lib v0.0.0-20181029021733-cb65787f37ed // indirect
24
- github.com/ojii/gettext.go v0.0.0-20170120061437-b6dae1d7af8a // indirect
25
20
github.com/op/go-logging v0.0.0-20160315200505-970db520ece7
26
21
github.com/prometheus/client_golang v1.1.0
27
- github.com/snapcore/bolt v1.3.1 // indirect
28
- github.com/snapcore/go-gettext v0.0.0-20191107141714-82bbea49e785 // indirect
29
- github.com/snapcore/snapd v0.0.0-20200317200833-16631e228c07
22
+ github.com/snapcore/snapd v0.0.0-20221025171519-3c05e535e5cf
30
23
github.com/yohcop/openid-go v0.0.0-20170901155220-cfc72ed89575 // indirect
31
- golang.org/x/crypto v0.0.0-20201117144127-c1f2f97bffc9
32
- gopkg.in/check.v1 v1.0.0-20161208181325-20d25e280405
24
+ golang.org/x/crypto v0.0.0-20220829220503-c86fa9a7ed90
25
+ gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
33
26
gopkg.in/errgo.v1 v1.0.0-20161222125816-442357a80af5
34
27
gopkg.in/macaroon.v1 v1.0.0-20170816141150-ab101776739e
35
- gopkg.in/retry.v1 v1.0.0 // indirect
36
- gopkg.in/tomb.v2 v2.0.0-20161208151619-d5d1b5820637 // indirect
37
- gopkg.in/yaml.v2 v2.2.4
28
+ gopkg.in/yaml.v2 v2.4.0
29
+ launchpad.net/gocheck v0.0.0-20140225173054-000000000087 // indirect
38
30
)
0 commit comments