forked from andreimarcu/linx-server
-
Notifications
You must be signed in to change notification settings - Fork 34
/
go.mod
33 lines (29 loc) · 1.02 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
module github.com/andreimarcu/linx-server
go 1.21
toolchain go1.22.4
require (
github.com/GeertJohan/go.rice v1.0.3
github.com/aws/aws-sdk-go v1.54.9
github.com/dchest/uniuri v1.2.0
github.com/dustin/go-humanize v1.0.1
github.com/flosch/pongo2 v0.0.0-20200913210552-0d938eb266f3
github.com/gabriel-vasile/mimetype v1.4.4
github.com/microcosm-cc/bluemonday v1.0.26
github.com/minio/sha256-simd v1.0.1
github.com/russross/blackfriday v1.6.0
github.com/vharitonsky/iniflags v0.0.0-20180513140207-a33cd0b5f3de
github.com/zeebo/bencode v1.0.0
github.com/zenazn/goji v1.0.1
golang.org/x/crypto v0.24.0
)
require (
github.com/aymerick/douceur v0.2.0 // indirect
github.com/daaku/go.zipexe v1.0.2 // indirect
github.com/gorilla/css v1.0.1 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/klauspost/cpuid/v2 v2.2.8 // indirect
github.com/kr/text v0.2.0 // indirect
golang.org/x/net v0.26.0 // indirect
golang.org/x/sys v0.21.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
)