Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f4348fa

Browse files
chore(deps): bump github.com/coder/coder/v2 from 2.14.2 to 2.15.0
Bumps [github.com/coder/coder/v2](https://github.com/coder/coder) from 2.14.2 to 2.15.0. - [Release notes](https://github.com/coder/coder/releases) - [Changelog](https://github.com/coder/coder/blob/main/release.key) - [Commits](coder/coder@v2.14.2...v2.15.0) --- updated-dependencies: - dependency-name: github.com/coder/coder/v2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a462665 commit f4348fa

File tree

2 files changed

+269
-8
lines changed

2 files changed

+269
-8
lines changed

go.mod

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.22.5
44

55
require (
66
cdr.dev/slog v1.6.2-0.20240126064726-20367d4aede6
7-
github.com/coder/coder/v2 v2.14.2
7+
github.com/coder/coder/v2 v2.15.0
88
github.com/docker/docker v27.2.1+incompatible
99
github.com/docker/go-connections v0.5.0
1010
github.com/google/uuid v1.6.0
@@ -107,7 +107,6 @@ require (
107107
github.com/outcaste-io/ristretto v0.2.3 // indirect
108108
github.com/philhofer/fwd v1.1.2 // indirect
109109
github.com/pion/transport/v2 v2.2.10 // indirect
110-
github.com/pion/transport/v3 v3.0.7 // indirect
111110
github.com/pion/udp v0.1.4 // indirect
112111
github.com/pkg/errors v0.9.1 // indirect
113112
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect

0 commit comments

Comments
 (0)