-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
37 lines (34 loc) · 1.43 KB
/
go.mod
File metadata and controls
37 lines (34 loc) · 1.43 KB
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
module github.com/jeff-blank/wg
go 1.19
require (
github.com/gopherjs/gopherjs v1.19.0-beta1
github.com/gopherjs/jquery v0.0.0-20191017083323-73f4c7416038
github.com/lib/pq v1.10.4
github.com/revel/modules v1.1.0
github.com/revel/revel v1.1.0
github.com/wcharczuk/go-chart v2.0.1+incompatible
gopkg.in/yaml.v2 v2.4.0
honnef.co/go/js/dom v0.0.0-20210725211120-f030747120f2
)
require (
github.com/blend/go-sdk v1.20211204.3 // indirect
github.com/fsnotify/fsnotify v1.7.0 // indirect
github.com/go-stack/stack v1.8.1 // indirect
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/inconshreveable/log15 v2.16.0+incompatible // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/newrelic/go-agent v3.15.2+incompatible // indirect
github.com/revel/config v1.1.0 // indirect
github.com/revel/log15 v2.11.20+incompatible // indirect
github.com/revel/pathtree v0.0.0-20140121041023-41257a1839e9 // indirect
github.com/stretchr/testify v1.8.4 // indirect
github.com/xeonx/timeago v1.0.0-rc5 // indirect
golang.org/x/image v0.18.0 // indirect
golang.org/x/net v0.36.0 // indirect
golang.org/x/sys v0.30.0 // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
gopkg.in/stack.v0 v0.0.0-20141108040640-9b43fcefddd0 // indirect
)