This repository has been archived on 2023-04-18. You can view files and clone it, but cannot push or open issues or pull requests.
notificationarr/go.mod

19 lines
463 B
Modula-2

module gitea.dwysokinski.me/Kichiyaki/notificationarr
go 1.19
require (
github.com/go-chi/chi/v5 v5.0.8
github.com/google/go-cmp v0.5.9
github.com/google/uuid v1.3.0
github.com/stretchr/testify v1.8.1
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/kr/pretty v0.1.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)