We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcdd4bf commit 7adacebCopy full SHA for 7adaceb
1 file changed
go.mod
@@ -2,10 +2,7 @@ module github.com/selectel/dedicated-go/v2
2
3
go 1.23
4
5
-require (
6
- github.com/selectel/dedicated-go v1.0.0
7
- github.com/stretchr/testify v1.11.1
8
-)
+require github.com/stretchr/testify v1.11.1
9
10
require (
11
github.com/davecgh/go-spew v1.1.1 // indirect
0 commit comments