-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathgo.mod
More file actions
38 lines (34 loc) · 1.31 KB
/
go.mod
File metadata and controls
38 lines (34 loc) · 1.31 KB
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
module github.com/writeas/writeas-cli
require (
github.com/atotto/clipboard v0.1.4
github.com/cloudfoundry/jibber_jabber v0.0.0-20151120183258-bcc4c8345a21
github.com/hashicorp/go-multierror v1.1.1
github.com/howeyc/gopass v0.0.0-20210920133722-c8aef6fb66ef
github.com/mitchellh/go-homedir v1.1.0
github.com/writeas/go-writeas/v2 v2.1.1
github.com/writeas/web-core v1.7.0
gopkg.in/ini.v1 v1.67.0
gopkg.in/urfave/cli.v1 v1.20.0
)
require (
github.com/aymerick/douceur v0.2.0 // indirect
github.com/gorilla/css v1.0.1 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/microcosm-cc/bluemonday v1.0.27 // indirect
github.com/onsi/ginkgo v1.8.0 // indirect
github.com/onsi/gomega v1.5.0 // indirect
github.com/rainycape/unidecode v0.0.0-20150907023854-cb7f23ec59be // indirect
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
github.com/stretchr/testify v1.10.0 // indirect
github.com/writeas/go-strip-markdown/v2 v2.1.1 // indirect
github.com/writeas/impart v1.1.1 // indirect
github.com/writeas/saturday v1.7.1 // indirect
github.com/writeas/slug v1.2.0 // indirect
golang.org/x/crypto v0.41.0 // indirect
golang.org/x/net v0.43.0 // indirect
golang.org/x/sys v0.35.0 // indirect
golang.org/x/term v0.34.0 // indirect
h12.io/socks v1.0.3 // indirect
)
go 1.23.0
toolchain go1.24.5