jlelse
/
MailyGo
Archived
1
Fork 0
This repository has been archived on 2024-01-02. You can view files and clone it, but cannot push or open issues or pull requests.
MailyGo/go.mod

20 lines
767 B
Modula-2
Raw Permalink Normal View History

2020-04-26 12:50:54 +00:00
module git.jlel.se/jlelse/mailygo
2020-03-14 21:26:34 +00:00
go 1.14
require (
2020-10-22 18:18:11 +00:00
github.com/caarlos0/env/v6 v6.4.0
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/golang/protobuf v1.4.3 // indirect
github.com/google/go-cmp v0.5.2 // indirect
2020-03-21 12:03:56 +00:00
github.com/google/safebrowsing v0.0.0-20190624211811-bbf0d20d26b3
2020-10-22 18:18:11 +00:00
github.com/kr/text v0.2.0 // indirect
github.com/microcosm-cc/bluemonday v1.0.4
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
golang.org/x/net v0.0.0-20201021035429-f5854403a974 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
google.golang.org/protobuf v1.25.0 // indirect
gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b // indirect
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
2020-03-14 21:26:34 +00:00
)