gtranslate/go.mod

10 lines
178 B
Modula-2

module git.sr.ht/~yerinalexey/gtranslate
go 1.15
require (
github.com/gorilla/mux v1.8.0
github.com/spf13/pflag v1.0.5
golang.org/x/net v0.0.0-20201224014010-6772e930b67b
)