11module github.com/get-bridge/truss-cli
22
33go 1.21
4-
5- toolchain go1.21.6
4+ toolchain go1.22.5
65
76require (
87 github.com/Songmu/prompter v0.5.1
@@ -40,7 +39,7 @@ require (
4039 github.com/containerd/containerd v1.7.11 // indirect
4140 github.com/containerd/log v0.1.0 // indirect
4241 github.com/cpuguy83/dockercfg v0.3.1 // indirect
43- github.com/cyphar/filepath-securejoin v0.2 .4 // indirect
42+ github.com/cyphar/filepath-securejoin v0.3 .4 // indirect
4443 github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
4544 github.com/docker/distribution v2.8.2+incompatible // indirect
4645 github.com/docker/docker v24.0.7+incompatible // indirect
@@ -93,14 +92,15 @@ require (
9392 github.com/mitchellh/mapstructure v1.5.0 // indirect
9493 github.com/moby/patternmatcher v0.6.0 // indirect
9594 github.com/moby/sys/sequential v0.5.0 // indirect
95+ github.com/moby/sys/user v0.3.0 // indirect
9696 github.com/moby/term v0.5.0 // indirect
9797 github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
9898 github.com/modern-go/reflect2 v1.0.2 // indirect
9999 github.com/morikuni/aec v1.0.0 // indirect
100100 github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
101101 github.com/opencontainers/go-digest v1.0.0 // indirect
102102 github.com/opencontainers/image-spec v1.1.0-rc5 // indirect
103- github.com/opencontainers/runc v1.1.5 // indirect
103+ github.com/opencontainers/runc v1.2.0 // indirect
104104 github.com/pelletier/go-toml/v2 v2.1.1 // indirect
105105 github.com/pjbgf/sha1cd v0.3.0 // indirect
106106 github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
@@ -122,20 +122,20 @@ require (
122122 github.com/xanzy/ssh-agent v0.3.3 // indirect
123123 github.com/yusufpapurcu/wmi v1.2.3 // indirect
124124 go.uber.org/multierr v1.11.0 // indirect
125- golang.org/x/crypto v0.18 .0 // indirect
125+ golang.org/x/crypto v0.22 .0 // indirect
126126 golang.org/x/exp v0.0.0-20240119083558-1b970713d09a // indirect
127127 golang.org/x/mod v0.14.0 // indirect
128- golang.org/x/net v0.20 .0 // indirect
128+ golang.org/x/net v0.24 .0 // indirect
129129 golang.org/x/oauth2 v0.16.0 // indirect
130- golang.org/x/sys v0.16 .0 // indirect
131- golang.org/x/term v0.16 .0 // indirect
130+ golang.org/x/sys v0.22 .0 // indirect
131+ golang.org/x/term v0.19 .0 // indirect
132132 golang.org/x/text v0.14.0 // indirect
133133 golang.org/x/time v0.5.0 // indirect
134134 golang.org/x/tools v0.17.0 // indirect
135135 google.golang.org/appengine v1.6.8 // indirect
136136 google.golang.org/genproto/googleapis/rpc v0.0.0-20231120223509-83a465c0220f // indirect
137137 google.golang.org/grpc v1.59.0 // indirect
138- google.golang.org/protobuf v1.32 .0 // indirect
138+ google.golang.org/protobuf v1.33 .0 // indirect
139139 gopkg.in/inf.v0 v0.9.1 // indirect
140140 gopkg.in/ini.v1 v1.67.0 // indirect
141141 gopkg.in/warnings.v0 v0.1.2 // indirect
0 commit comments