Update module path to dappco.re/go/core/session, dependency to dappco.re/go/core/log v0.1.0, all Go import paths, and documentation references. Remove duplicate test functions found during migration. Co-Authored-By: Virgil <virgil@lethean.io>
15 lines
370 B
Modula-2
15 lines
370 B
Modula-2
module dappco.re/go/core/session
|
|
|
|
go 1.26.0
|
|
|
|
require (
|
|
dappco.re/go/core/log v0.1.0
|
|
github.com/stretchr/testify v1.11.1
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
|
|
github.com/kr/text v0.2.0 // indirect
|
|
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|