|
1 | 1 | module github.com/function61/turbobob |
2 | 2 |
|
3 | | -go 1.13 |
| 3 | +go 1.22.0 |
| 4 | + |
| 5 | +toolchain go1.23.1 |
4 | 6 |
|
5 | 7 | require ( |
6 | | - github.com/cubewise-code/go-mime v0.0.0-20190322015324-9c5316ef3e8e // indirect |
| 8 | + al.essio.dev/pkg/shellescape v1.5.1 |
7 | 9 | github.com/function61/gokit v0.0.0-20230408192420-6f1204d63c2b |
8 | | - github.com/mattn/go-runewidth v0.0.13 // indirect |
9 | | - github.com/moby/buildkit v0.10.4 |
10 | | - github.com/opencontainers/image-spec v1.0.3-0.20211202183452-c5a74bcca799 |
11 | | - github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8 |
| 10 | + github.com/moby/buildkit v0.19.0 |
| 11 | + github.com/opencontainers/image-spec v1.1.0 |
| 12 | + github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c |
12 | 13 | github.com/scylladb/termtables v0.0.0-20191203121021-c4c0b6d42ff4 |
13 | 14 | github.com/spf13/cobra v1.6.1 |
14 | | - github.com/spf13/viper v1.10.0 // indirect |
15 | 15 | go.i3wm.org/i3/v4 v4.18.0 |
16 | 16 | ) |
| 17 | + |
| 18 | +require ( |
| 19 | + github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802 // indirect |
| 20 | + github.com/BurntSushi/xgbutil v0.0.0-20160919175755-f7c97cef3b4e // indirect |
| 21 | + github.com/agext/levenshtein v1.2.3 // indirect |
| 22 | + github.com/containerd/typeurl/v2 v2.2.3 // indirect |
| 23 | + github.com/docker/go-units v0.5.0 // indirect |
| 24 | + github.com/gogo/protobuf v1.3.2 // indirect |
| 25 | + github.com/inconshreveable/mousetrap v1.0.1 // indirect |
| 26 | + github.com/mattn/go-runewidth v0.0.13 // indirect |
| 27 | + github.com/moby/docker-image-spec v1.3.1 // indirect |
| 28 | + github.com/opencontainers/go-digest v1.0.0 // indirect |
| 29 | + github.com/pkg/errors v0.9.1 // indirect |
| 30 | + github.com/pkg/xattr v0.4.4 // indirect |
| 31 | + github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 // indirect |
| 32 | + github.com/rivo/uniseg v0.2.0 // indirect |
| 33 | + github.com/spf13/pflag v1.0.5 // indirect |
| 34 | + github.com/tonistiigi/go-csvvalue v0.0.0-20240710180619-ddb21b71c0b4 // indirect |
| 35 | + golang.org/x/sync v0.10.0 // indirect |
| 36 | + golang.org/x/sys v0.28.0 // indirect |
| 37 | + google.golang.org/protobuf v1.35.2 // indirect |
| 38 | +) |
0 commit comments