This repository has been archived on 2022-03-09. You can view files and clone it, but cannot push or open issues or pull requests.
snoo2nebby/go.mod

14 lines
446 B
Modula-2

module tulpa.dev/cadey/snoo2nebby
go 1.16
require (
github.com/golang/protobuf v1.5.2 // indirect
github.com/mitchellh/mapstructure v1.4.3 // indirect
github.com/turnage/graw v0.0.0-20201204201853-a177df1b5c91
golang.org/x/net v0.0.0-20220225172249-27dd8689420f // indirect
golang.org/x/oauth2 v0.0.0-20220223155221-ee480838109b // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.27.1 // indirect
)