-
Notifications
You must be signed in to change notification settings - Fork 8
/
go.mod
27 lines (25 loc) · 1022 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
23
24
25
26
27
module github.com/schubergphilis/mercury
go 1.13
require (
github.com/BurntSushi/toml v0.3.1
github.com/GeertJohan/go.rice v1.0.2
github.com/daaku/go.zipexe v1.0.1 // indirect
github.com/go-ldap/ldap v3.0.3+incompatible
github.com/golang-jwt/jwt v3.2.2+incompatible
github.com/miekg/dns v1.1.29
github.com/nightlyone/lockfile v1.0.0
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d
github.com/rdoorn/gorule v0.0.0-20191111122559-695f3843704c
github.com/rdoorn/hashstructure v0.0.0-20180705160145-6d677f823801
github.com/rdoorn/tinyresolver v0.0.0-20200519122612-63f81f0f7f0d
github.com/sirupsen/logrus v1.6.0
github.com/stackimpact/stackimpact-go v2.3.10+incompatible
github.com/stretchr/testify v1.4.0
golang.org/x/crypto v0.14.0
golang.org/x/net v0.17.0
golang.org/x/time v0.0.0-20190921001708-c4c64cad1fd0
golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898
gopkg.in/asn1-ber.v1 v1.0.0-20181015200546-f715ec2f112d // indirect
gopkg.in/yaml.v2 v2.3.0
nhooyr.io/websocket v1.6.5
)