Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a462665 commit f4348faCopy full SHA for f4348fa
go.mod
@@ -4,7 +4,7 @@ go 1.22.5
4
5
require (
6
cdr.dev/slog v1.6.2-0.20240126064726-20367d4aede6
7
- github.com/coder/coder/v2 v2.14.2
+ github.com/coder/coder/v2 v2.15.0
8
github.com/docker/docker v27.2.1+incompatible
9
github.com/docker/go-connections v0.5.0
10
github.com/google/uuid v1.6.0
@@ -107,7 +107,6 @@ require (
107
github.com/outcaste-io/ristretto v0.2.3 // indirect
108
github.com/philhofer/fwd v1.1.2 // indirect
109
github.com/pion/transport/v2 v2.2.10 // indirect
110
- github.com/pion/transport/v3 v3.0.7 // indirect
111
github.com/pion/udp v0.1.4 // indirect
112
github.com/pkg/errors v0.9.1 // indirect
113
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
0 commit comments