-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
26 lines (24 loc) · 1021 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
module github.com/dorianim/formrecevr
go 1.13
require (
github.com/containrrr/shoutrrr v0.5.2
github.com/fsnotify/fsnotify v1.5.1
github.com/gin-contrib/logger v0.2.0 // indirect
github.com/gin-gonic/gin v1.7.4
github.com/go-playground/validator/v10 v10.9.0 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/rs/zerolog v1.25.0 // indirect
github.com/sevlyar/go-daemon v0.1.5 // indirect
github.com/spf13/cobra v1.2.1
github.com/spf13/viper v1.9.0
github.com/stretchr/testify v1.7.0
github.com/tidwall/gjson v1.9.4 // indirect
github.com/ugorji/go v1.2.6 // indirect
github.com/urfave/cli v1.22.5 // indirect
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect
golang.org/x/sys v0.0.0-20211013075003-97ac67df715c // indirect
golang.org/x/text v0.3.7 // indirect
)