forked from rwynn/monstache
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
25 lines (23 loc) · 957 Bytes
/
go.mod
File metadata and controls
25 lines (23 loc) · 957 Bytes
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
module github.com/rwynn/monstache
require (
github.com/BurntSushi/toml v1.0.0
github.com/aws/aws-sdk-go v1.43.17
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/go-stack/stack v1.8.1 // indirect
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.0
github.com/xdg-go/scram v1.1.1 // indirect
go.mongodb.org/mongo-driver v1.8.4
golang.org/x/crypto v0.0.0-20220312131142-6068a2e6cfdc // indirect
golang.org/x/sys v0.0.0-20220310020820-b874c991c1a5 // indirect
gopkg.in/Graylog2/go-gelf.v2 v2.0.0-20191017102106-1550ee647df0
gopkg.in/natefinch/lumberjack.v2 v2.0.0
)
go 1.13