forked from StevenWeathers/thunderdome-planning-poker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
48 lines (45 loc) · 1.94 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
41
42
43
44
45
46
47
48
module github.com/StevenWeathers/thunderdome-planning-poker
go 1.16
require (
github.com/Masterminds/goutils v1.1.1 // indirect
github.com/Masterminds/semver v1.5.0 // indirect
github.com/Masterminds/sprig v2.22.0+incompatible // indirect
github.com/PuerkitoBio/goquery v1.8.0 // indirect
github.com/XSAM/otelsql v0.15.0
github.com/anthonynsimon/bild v0.13.0
github.com/go-asn1-ber/asn1-ber v1.5.3 // indirect
github.com/go-ldap/ldap/v3 v3.4.1
github.com/go-playground/validator/v10 v10.11.0
github.com/golang-migrate/migrate/v4 v4.15.2
github.com/gorilla/mux v1.8.0
github.com/gorilla/securecookie v1.1.1
github.com/gorilla/websocket v1.5.0
github.com/huandu/xstrings v1.3.2 // indirect
github.com/ipsn/go-adorable v1.0.0
github.com/jaytaylor/html2text v0.0.0-20211013233858-90c08c5027d3 // indirect
github.com/lib/pq v1.10.3
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/matcornic/hermes/v2 v2.1.0
github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/microcosm-cc/bluemonday v1.0.16
github.com/mitchellh/copystructure v1.2.0 // indirect
github.com/o1egl/govatar v0.4.1
github.com/olekukonko/tablewriter v0.0.5 // indirect
github.com/pquerna/otp v1.3.0
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/spf13/viper v1.9.0
github.com/swaggo/http-swagger v1.2.6
github.com/swaggo/swag v1.7.9
github.com/uptrace/opentelemetry-go-extra/otelzap v0.1.15
github.com/vanng822/go-premailer v1.20.1 // indirect
go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux v0.33.0
go.opentelemetry.io/otel v1.8.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.8.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.8.0
go.opentelemetry.io/otel/sdk v1.8.0
go.uber.org/zap v1.21.0
golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3
golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 // indirect
google.golang.org/grpc v1.46.2
)