fix mod reference
Some checks failed
CodeQL / Analyze (go) (push) Waiting to run
golangci-lint / lint (push) Has been cancelled
Units tests / test (push) Has been cancelled

This commit is contained in:
shoopea
2024-12-27 22:58:57 +01:00
parent 0d44b53277
commit edc371677f
2 changed files with 5 additions and 14 deletions

6
go.mod
View File

@@ -1,10 +1,10 @@
module github.com/jlaffaye/ftp
module git.siteop.biz/brouzouf/ftp
go 1.17
go 1.23.2
require (
github.com/hashicorp/go-multierror v1.1.1
github.com/stretchr/testify v1.9.0
github.com/stretchr/testify v1.10.0
)
require (