mirror of
https://github.com/foomo/sesamy-go.git
synced 2025-10-16 12:35:43 +00:00
18 lines
378 B
Modula-2
18 lines
378 B
Modula-2
module github.com/foomo/sesamy-go
|
|
|
|
go 1.21
|
|
|
|
require (
|
|
github.com/mitchellh/mapstructure v1.5.0
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/stretchr/testify v1.9.0
|
|
go.uber.org/zap v1.27.0
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
go.uber.org/multierr v1.10.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|