mirror of
https://github.com/lwch/natpass.git
synced 2024-04-21 12:41:54 +00:00
23 lines
691 B
AMPL
23 lines
691 B
AMPL
module release
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/gomarkdown/markdown v0.0.0-20221011184230-8c7b3eb32228
|
|
github.com/google/go-github v17.0.0+incompatible
|
|
github.com/lwch/runtime v1.0.0
|
|
github.com/tdewolff/minify/v2 v2.12.4
|
|
golang.org/x/oauth2 v0.0.0-20221006150949-b44042a4b9c1
|
|
)
|
|
|
|
require (
|
|
github.com/dustin/go-humanize v1.0.0 // indirect
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
github.com/google/go-querystring v1.1.0 // indirect
|
|
github.com/tdewolff/parse/v2 v2.6.4 // indirect
|
|
golang.org/x/net v0.0.0-20220624214902-1bab6f366d9e // indirect
|
|
google.golang.org/appengine v1.6.7 // indirect
|
|
google.golang.org/protobuf v1.28.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|