-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
47 lines (44 loc) · 1.63 KB
/
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
module remixdb.io
go 1.21
require (
github.com/common-nighthawk/go-figure v0.0.0-20210622060536-734e95fb86be
github.com/davecgh/go-spew v1.1.1
github.com/fasthttp/router v1.4.22
github.com/fasthttp/websocket v1.5.7
github.com/fatih/semgroup v1.2.0
github.com/gabriel-vasile/mimetype v1.4.3
github.com/google/uuid v1.4.0
github.com/iancoleman/strcase v0.3.0
github.com/jimeh/go-golden v0.1.0
github.com/juju/fslock v0.0.0-20160525022230-4d5c94c67b4b
github.com/julienschmidt/httprouter v1.3.0
github.com/matryer/moq v0.3.3
github.com/mattn/go-ieproxy v0.0.11
github.com/otiai10/copy v1.14.0
github.com/sethvargo/go-envconfig v0.9.0
github.com/stretchr/testify v1.8.4
github.com/urfave/cli/v2 v2.27.0
github.com/valyala/fasthttp v1.51.0
github.com/vmihailenco/msgpack/v5 v5.4.1
go.uber.org/zap v1.26.0
golang.org/x/net v0.19.0
gopkg.in/yaml.v3 v3.0.1
nhooyr.io/websocket v1.8.10
)
require (
github.com/andybalholm/brotli v1.0.5 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
github.com/klauspost/compress v1.17.3 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/savsgio/gotils v0.0.0-20230208104028-c358bd845dee // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
go.uber.org/multierr v1.10.0 // indirect
golang.org/x/mod v0.8.0 // indirect
golang.org/x/sync v0.3.0 // indirect
golang.org/x/sys v0.15.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/tools v0.6.0 // indirect
)