forked from garetht/amanar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
26 lines (24 loc) · 1.06 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
module github.com/garetht/amanar
go 1.13
require (
github.com/beevik/etree v1.1.0
github.com/frankban/quicktest v1.7.2 // indirect
github.com/hashicorp/go-retryablehttp v0.6.4 // indirect
github.com/hashicorp/go-rootcerts v1.0.2 // indirect
github.com/hashicorp/vault/api v1.0.4
github.com/icza/dyno v0.0.0-20180601094105-0c96289f9585
github.com/keybase/go-keychain v0.0.0-20191220220820-f65a47cbe0b1
github.com/mattn/go-sqlite3 v2.0.2+incompatible
github.com/mvdan/sh v2.6.4+incompatible
github.com/pierrec/lz4 v2.4.0+incompatible // indirect
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
github.com/xeipuuv/gojsonschema v1.2.0
golang.org/x/crypto v0.0.0-20200109152110-61a87790db17 // indirect
golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 // indirect
golang.org/x/text v0.3.2 // indirect
golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect
gopkg.in/square/go-jose.v2 v2.4.1 // indirect
gopkg.in/yaml.v2 v2.2.1
howett.net/plist v0.0.0-20181124034731-591f970eefbb
mvdan.cc/sh v2.6.4+incompatible // indirect
)