-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
27 lines (24 loc) · 951 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/rykkard/httpserve
go 1.17
require (
github.com/disiqueira/gotree v1.0.0
github.com/goji/httpauth v0.0.0-20160601135302-2da839ab0f4d
github.com/gorilla/handlers v1.5.1
github.com/h2non/filetype v1.1.1
github.com/jedib0t/go-pretty v4.3.0+incompatible
github.com/justinas/alice v1.2.0
)
require (
github.com/asaskevich/govalidator v0.0.0-20200907205600-7a23bdc65eef // indirect
github.com/felixge/httpsnoop v1.0.1 // indirect
github.com/go-openapi/errors v0.19.8 // indirect
github.com/go-openapi/strfmt v0.21.0 // indirect
github.com/go-stack/stack v1.8.0 // indirect
github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/mitchellh/mapstructure v1.3.3 // indirect
github.com/oklog/ulid v1.3.1 // indirect
github.com/rivo/uniseg v0.2.0 // indirect
github.com/stretchr/testify v1.7.0 // indirect
go.mongodb.org/mongo-driver v1.7.3 // indirect
golang.org/x/sys v0.0.0-20211107104306-e0b2ad06fe42 // indirect
)