forked from palantir/witchcraft-go-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
24 lines (22 loc) · 824 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
module github.com/palantir/witchcraft-go-server
go 1.13
require (
github.com/gorilla/mux v1.7.3
github.com/julienschmidt/httprouter v1.3.0
github.com/nmiyake/pkg/dirs v1.0.0
github.com/palantir/go-encrypted-config-value v1.1.0
github.com/palantir/pkg/httpserver v1.0.0
github.com/palantir/pkg/metrics v1.0.0
github.com/palantir/pkg/objmatcher v1.0.0
github.com/palantir/pkg/safejson v1.0.0
github.com/palantir/pkg/safeyaml v1.0.0
github.com/palantir/pkg/signals v1.0.0
github.com/palantir/pkg/tlsconfig v1.0.0
github.com/palantir/witchcraft-go-error v1.3.0
github.com/palantir/witchcraft-go-logging v1.5.0
github.com/palantir/witchcraft-go-params v1.1.0
github.com/palantir/witchcraft-go-tracing v1.2.0
github.com/stretchr/testify v1.4.0
gopkg.in/natefinch/lumberjack.v2 v2.0.0
gopkg.in/yaml.v2 v2.2.7
)