forked from External/ergo
bake in url info
This commit is contained in:
parent
a529158fe1
commit
f9a0be2473
5 changed files with 117 additions and 12 deletions
6
go.mod
6
go.mod
|
|
@ -16,7 +16,6 @@ require (
|
|||
github.com/okzk/sdnotify v0.0.0-20180710141335-d9becc38acbd
|
||||
github.com/onsi/ginkgo v1.12.0 // indirect
|
||||
github.com/onsi/gomega v1.9.0 // indirect
|
||||
github.com/stretchr/testify v1.4.0 // indirect
|
||||
github.com/tidwall/buntdb v1.3.1
|
||||
github.com/toorop/go-dkim v0.0.0-20201103131630-e1cd1a0a5208
|
||||
github.com/xdg-go/scram v1.0.2
|
||||
|
|
@ -26,7 +25,10 @@ require (
|
|||
gopkg.in/yaml.v2 v2.4.0
|
||||
)
|
||||
|
||||
require github.com/golang-jwt/jwt/v5 v5.2.1
|
||||
require (
|
||||
github.com/cshum/imagor v1.4.13
|
||||
github.com/golang-jwt/jwt/v5 v5.2.1
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/tidwall/btree v1.4.2 // indirect
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue