11 lines
242 B
Modula-2
11 lines
242 B
Modula-2
module github.com/ryancurrah/synology-notifications
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/caarlos0/env v3.5.0+incompatible
|
|
github.com/gorilla/websocket v1.4.0 // indirect
|
|
github.com/nlopes/slack v0.5.0
|
|
github.com/pkg/errors v0.8.1 // indirect
|
|
)
|