forked from rwynn/monstache
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
21 lines (19 loc) · 739 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/v6
require (
github.com/BurntSushi/toml v1.2.1
github.com/aws/aws-sdk-go v1.44.239
github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf
github.com/evanphx/json-patch v5.6.0+incompatible
github.com/fsnotify/fsnotify v1.5.1
github.com/golang/snappy v0.0.4 // indirect
github.com/klauspost/compress v1.15.1 // indirect
github.com/kr/pretty v0.2.1 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/olivere/elastic/v7 v7.0.31
github.com/robertkrimen/otto v0.0.0-20211024170158-b87d35c0b86f
github.com/rwynn/gtm/v2 v2.1.2
go.mongodb.org/mongo-driver v1.11.6
gopkg.in/Graylog2/go-gelf.v2 v2.0.0-20191017102106-1550ee647df0
gopkg.in/natefinch/lumberjack.v2 v2.0.0
)
go 1.13