-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
25 lines (22 loc) · 966 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
module github.com/mikoto2000/devcontainer.vim/v3
go 1.22.1
require (
github.com/Jeffail/gabs/v2 v2.7.0
github.com/tailscale/hujson v0.0.0-20221223112325-20486734a56a
github.com/urfave/cli/v2 v2.27.1
)
require (
github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be // indirect
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
github.com/google/go-github/v62 v62.0.0 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/manifoldco/promptui v0.9.0 // indirect
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/opencontainers/image-spec v1.1.0 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
golang.org/x/sync v0.6.0 // indirect
golang.org/x/sys v0.0.0-20181122145206-62eef0e2fa9b // indirect
oras.land/oras-go/v2 v2.5.0 // indirect
)