go-gpt-3-encoder/go.mod

17 lines
378 B
Modula-2

module git.atjog.com/goer/go-gpt-3-encoder
go 1.18
require (
github.com/dlclark/regexp2 v1.7.0
github.com/samber/lo v1.37.0
github.com/stretchr/testify v1.8.1
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/exp v0.0.0-20220303212507-bbda1eaf7a17 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)