forked from kabukky/journey
-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
40 lines (37 loc) · 1.68 KB
/
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
module github.com/rkuris/journey
go 1.17
require (
github.com/crewjam/saml v0.4.8
github.com/dimfeld/httptreemux v5.0.1+incompatible
github.com/gofrs/uuid v4.2.0+incompatible
github.com/gorilla/securecookie v1.1.1
github.com/kabukky/feeds v0.0.0-20151110114325-c7025aca4568
github.com/kabukky/httpscerts v0.0.0-20150320125433-617593d7dcb3
github.com/kabukky/journey v0.2.0
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0
github.com/lestrrat-go/apache-logformat v2.0.4+incompatible
github.com/mattn/go-sqlite3 v2.0.3+incompatible
github.com/russross/blackfriday v1.6.0
github.com/yuin/gopher-lua v0.0.0-20220504180219-658193537a64
golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d
gopkg.in/fsnotify.v1 v1.4.7
)
require (
github.com/beevik/etree v1.1.0 // indirect
github.com/crewjam/httperr v0.2.0 // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
github.com/facebookgo/clock v0.0.0-20150410010913-600d898af40a // indirect
github.com/fastly/go-utils v0.0.0-20180712184237-d95a45783239 // indirect
github.com/fsnotify/fsnotify v1.5.1 // indirect
github.com/golang-jwt/jwt/v4 v4.4.2 // indirect
github.com/jehiah/go-strftime v0.0.0-20171201141054-1d33003b3869 // indirect
github.com/jonboulle/clockwork v0.3.0 // indirect
github.com/lestrrat-go/strftime v1.0.6 // indirect
github.com/mattermost/xml-roundtrip-validator v0.1.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/russellhaering/goxmldsig v1.2.0 // indirect
github.com/tebeka/strftime v0.1.5 // indirect
golang.org/x/net v0.0.0-20220630215102-69896b714898 // indirect
golang.org/x/sys v0.0.0-20220704084225-05e143d24a9e // indirect
golang.org/x/text v0.3.7 // indirect
)