-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathgo.mod
More file actions
36 lines (33 loc) · 1.29 KB
/
Copy pathgo.mod
File metadata and controls
36 lines (33 loc) · 1.29 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
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.52.0 // indirect
golang.org/x/net v0.54.0 // indirect
golang.org/x/sys v0.45.0 // indirect
golang.org/x/term v0.43.0 // indirect
h12.io/socks v1.0.3 // indirect
)
go 1.25.0