-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathgo.mod
More file actions
25 lines (22 loc) · 862 Bytes
/
go.mod
File metadata and controls
25 lines (22 loc) · 862 Bytes
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
module github.com/mikoto2000/devcontainer.vim/v3
go 1.26
require (
github.com/Jeffail/gabs/v2 v2.7.0
github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be
github.com/google/go-github/v62 v62.0.0
github.com/manifoldco/promptui v0.9.0
github.com/tailscale/hujson v0.0.0-20250605163823-992244df8c5a
github.com/urfave/cli/v2 v2.27.7
oras.land/oras-go/v2 v2.6.0
)
require (
github.com/chzyer/readline v1.5.1 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.7 // indirect
github.com/google/go-querystring v1.2.0 // indirect
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/opencontainers/image-spec v1.1.1 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/xrash/smetrics v0.0.0-20250705151800-55b8f293f342 // indirect
golang.org/x/sync v0.19.0 // indirect
golang.org/x/sys v0.41.0 // indirect
)