2
0

rename module

This commit is contained in:
2024-05-07 09:39:29 +03:00
parent 357666cb6f
commit f69f8d1b5c
6 changed files with 11 additions and 40 deletions
+4 -4
View File
@@ -1,10 +1,10 @@
module github.com/andoma-go/puddle/v2
module git.company.lan/gopkg/puddle/v2
go 1.19
go 1.21.5
require (
github.com/stretchr/testify v1.8.1
golang.org/x/sync v0.1.0
github.com/stretchr/testify v1.9.0
golang.org/x/sync v0.7.0
)
require (