-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Gleez Technologies
committed
Dec 19, 2024
1 parent
def06ab
commit e8b8b9e
Showing
2 changed files
with
69 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,38 @@ | ||
module github.com/gleez/pkg | ||
|
||
go 1.21 | ||
go 1.23 | ||
|
||
toolchain go1.21.3 | ||
toolchain go1.23.4 | ||
|
||
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/aws/aws-sdk-go v1.55.5 | ||
github.com/gosimple/slug v1.14.0 | ||
github.com/microcosm-cc/bluemonday v1.0.27 | ||
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/rs/zerolog v1.33.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 | ||
github.com/stretchr/testify v1.10.0 | ||
golang.org/x/crypto v0.31.0 | ||
golang.org/x/net v0.23.0 | ||
golang.org/x/net v0.33.0 | ||
gopkg.in/yaml.v3 v3.0.1 | ||
) | ||
|
||
require ( | ||
github.com/PuerkitoBio/goquery v1.10.0 // indirect | ||
github.com/andybalholm/cascadia v1.3.2 // indirect | ||
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/dlclark/regexp2 v1.11.4 // indirect | ||
github.com/gorilla/css v1.0.1 // 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/mattn/go-isatty v0.0.20 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
golang.org/x/sys v0.28.0 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters