Move where the package is hosted
All checks were successful
/ test (push) Successful in 3s

This commit is contained in:
Eli Ribble 2026-05-19 15:37:52 +00:00
parent 5d1673b051
commit 49b5921a77
No known key found for this signature in database
2 changed files with 5 additions and 8 deletions

9
go.mod
View file

@ -17,16 +17,13 @@ require (
github.com/stretchr/testify v1.11.1
)
require source.gleipnir.technology/Gleipnir/jet v0.0.0-20260514162647-34e5dcbb17ed
require (
filippo.io/edwards25519 v1.2.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/jackc/pgio v1.0.0 // indirect
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
github.com/kr/pretty v0.3.0 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rogpeppe/go-internal v1.14.1 // indirect
golang.org/x/crypto v0.45.0 // indirect
golang.org/x/text v0.31.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)