12345678910111213141516171819202122 |
- module apiote.xyz/p/szczanieckiej
- go 1.20
- require (
- apiote.xyz/p/gott/v2 v2.0.3
- git.sr.ht/~sircmpwn/go-bare v0.0.0-20210406120253-ab86bc2846d9
- github.com/adrg/strutil v0.3.0
- github.com/dhconnelly/rtreego v1.1.0
- github.com/golang/protobuf v1.5.2
- github.com/sahilm/fuzzy v0.1.0
- github.com/ulikunitz/xz v0.5.10
- golang.org/x/text v0.3.6
- google.golang.org/protobuf v1.26.0
- notabug.org/apiote/gott v1.1.2
- )
- require (
- github.com/kylelemons/godebug v1.1.0 // indirect
- github.com/stretchr/testify v1.8.0 // indirect
- )
|