-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
36 lines (32 loc) · 1.12 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
module github.com/gleez/pkg
go 1.21
toolchain go1.21.3
require (
github.com/Depado/bfchroma v1.3.0
github.com/alecthomas/chroma v0.10.0
github.com/aws/aws-sdk-go v1.47.4
github.com/gosimple/slug v1.13.1
github.com/microcosm-cc/bluemonday v1.0.26
github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354
github.com/pkg/errors v0.9.1
github.com/rs/zerolog v1.31.0
github.com/russross/blackfriday/v2 v2.1.0
github.com/sandeepone/go-escape v0.0.0-20200309030304-f5318574cb9a
github.com/shurcooL/sanitized_anchor_name v1.0.0
github.com/stretchr/testify v1.8.4
golang.org/x/crypto v0.21.0
golang.org/x/net v0.23.0
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/aymerick/douceur v0.2.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dlclark/regexp2 v1.4.0 // indirect
github.com/gorilla/css v1.0.0 // indirect
github.com/gosimple/unidecode v1.0.1 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.19 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/sys v0.18.0 // indirect
)