-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
26 lines (23 loc) · 873 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
module wedpad
go 1.19
require (
github.com/danwakefield/fnmatch v0.0.0-20160403171240-cbb64ac3d964
github.com/faiface/beep v1.1.0
github.com/gorilla/websocket v1.5.0
github.com/maxb-odessa/sconf v0.0.2
github.com/maxb-odessa/slog v0.0.2
github.com/mitchellh/mapstructure v1.5.0
github.com/nxadm/tail v1.4.8
github.com/pborman/getopt/v2 v2.1.0
github.com/radovskyb/watcher v1.0.7
)
require (
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/hajimehoshi/oto v0.7.1 // indirect
github.com/pkg/errors v0.9.1 // indirect
golang.org/x/exp v0.0.0-20190306152737-a1d7652674e8 // indirect
golang.org/x/image v0.0.0-20190227222117-0694c2d4d067 // indirect
golang.org/x/mobile v0.0.0-20190415191353-3e0bab5405d6 // indirect
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
)