-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathgo.mod
22 lines (20 loc) · 901 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/the-maldridge/locksmith
go 1.12
require (
github.com/BurntSushi/toml v0.3.1 // indirect
github.com/deckarep/golang-set v1.7.1
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/hashicorp/go-hclog v0.12.1 // indirect
github.com/labstack/echo v3.3.10+incompatible
github.com/labstack/gommon v0.2.8 // indirect
github.com/microsoft/go-winio v0.4.12 // indirect
github.com/spf13/viper v1.3.2
github.com/stretchr/testify v1.3.0 // indirect
github.com/valyala/fasttemplate v1.0.1 // indirect
golang.org/x/crypto v0.0.0-20200117160349-530e935923ad // indirect
golang.org/x/net v0.0.0-20200114155413-6afb5195e5aa // indirect
golang.org/x/sys v0.0.0-20200122134326-e047566fdf82 // indirect
golang.zx2c4.com/wireguard v0.0.20200121 // indirect
golang.zx2c4.com/wireguard/wgctrl v0.0.0-20200114203027-fcfc50b29cbb
howett.net/plist v0.0.0-20200225050739-77e249a2e2ba
)