cavepedia/src/go.mod

13 lines
336 B
Modula-2
Raw Normal View History

2021-07-16 08:09:27 -04:00
module git.seaturtle.pw/pew/cavepedia
go 1.16
require (
github.com/blevesearch/bleve/v2 v2.0.2
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/kisielk/gotool v1.0.0 // indirect
github.com/zserge/lorca v0.1.10
2022-12-28 15:39:00 -05:00
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
honnef.co/go/tools v0.3.3 // indirect
2021-07-16 08:09:27 -04:00
)