-
Notifications
You must be signed in to change notification settings - Fork 146
Expand file tree
/
Copy pathgo.mod
More file actions
36 lines (33 loc) · 1.31 KB
/
go.mod
File metadata and controls
36 lines (33 loc) · 1.31 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
module github.com/cortesi/devd
go 1.25.0
require (
github.com/GeertJohan/go.rice v1.0.3
github.com/cortesi/moddwatch v0.1.0
github.com/cortesi/termlog v0.0.0-20250523085554-f86697764bb0
github.com/dustin/go-humanize v1.0.1
github.com/fatih/color v1.19.0
github.com/goji/httpauth v0.0.0-20160601135302-2da839ab0f4d
github.com/gorilla/websocket v1.5.3
github.com/juju/ratelimit v1.0.2
github.com/mitchellh/go-homedir v1.1.0
github.com/toqueteos/webbrowser v1.2.0
golang.org/x/net v0.52.0
gopkg.in/alecthomas/kingpin.v2 v2.2.6
)
require (
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d // indirect
github.com/bmatcuk/doublestar v1.3.4 // indirect
github.com/daaku/go.zipexe v1.0.2 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/rjeczalik/notify v0.9.3 // indirect
github.com/stretchr/testify v1.5.1 // indirect
golang.org/x/sys v0.42.0 // indirect
golang.org/x/term v0.41.0 // indirect
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
gopkg.in/yaml.v2 v2.2.8 // indirect
)