-
Notifications
You must be signed in to change notification settings - Fork 186
/
Copy pathgo.mod
21 lines (19 loc) · 797 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/rwynn/monstache
require (
github.com/BurntSushi/toml v0.3.1
github.com/aws/aws-sdk-go v1.28.5
github.com/coreos/go-systemd v0.0.0-20190719114852-fd7a80b32e1f
github.com/evanphx/json-patch v4.5.0+incompatible
github.com/fsnotify/fsnotify v1.4.7
github.com/minio/highwayhash v1.0.0 // indirect
github.com/olivere/elastic/v7 v7.0.10
github.com/robertkrimen/otto v0.0.0-20180617131154-15f95af6e78d
github.com/rwynn/gtm v1.0.1-0.20191119151623-081995b34c9c
github.com/serialx/hashring v0.0.0-20190515033939-7706f26af194 // indirect
github.com/xdg/stringprep v1.0.0 // indirect
go.mongodb.org/mongo-driver v1.3.0
gopkg.in/Graylog2/go-gelf.v2 v2.0.0-20180326133423-4dbb9d721348
gopkg.in/natefinch/lumberjack.v2 v2.0.0
gopkg.in/sourcemap.v1 v1.0.5 // indirect
)
go 1.13