forked from canonical/serial-vault
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
30 lines (28 loc) · 1.35 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
module github.com/CanonicalLtd/serial-vault
go 1.13
require (
github.com/Masterminds/squirrel v1.2.0
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/getsentry/sentry-go v0.8.0
github.com/godbus/dbus v4.1.0+incompatible // indirect
github.com/gorilla/context v1.1.1 // indirect
github.com/gorilla/csrf v1.0.3-0.20161122164500-69581736821c
github.com/gorilla/mux v1.7.4-0.20190701202633-d83b6ffe499a
github.com/gorilla/securecookie v1.1.1 // indirect
github.com/jessevdk/go-flags v1.5.1-0.20210607101731-3927b71304df
github.com/juju/loggo v0.0.0-20180524022052-584905176618 // indirect
github.com/juju/testing v0.0.0-20180920084828-472a3e8b2073 // indirect
github.com/juju/usso v0.0.0-20160418121039-5b79b358f4bb
github.com/lib/pq v0.0.0-20180327071824-d34b9ff171c2
github.com/mattn/go-sqlite3 v1.6.0
github.com/op/go-logging v0.0.0-20160315200505-970db520ece7
github.com/prometheus/client_golang v1.1.0
github.com/snapcore/snapd v0.0.0-20221025171519-3c05e535e5cf
github.com/yohcop/openid-go v0.0.0-20170901155220-cfc72ed89575 // indirect
golang.org/x/crypto v0.0.0-20220829220503-c86fa9a7ed90
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
gopkg.in/errgo.v1 v1.0.0-20161222125816-442357a80af5
gopkg.in/macaroon.v1 v1.0.0-20170816141150-ab101776739e
gopkg.in/yaml.v2 v2.4.0
launchpad.net/gocheck v0.0.0-20140225173054-000000000087 // indirect
)