index
:
gogs.git
Gogs is a painless self-hosted Git service
log msg
author
committer
range
buildscript
main
mygogs
about
summary
refs
log
tree
commit
diff
path:
root
/
go.mod
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
author
Joe Chen <jc@unknwon.io>
2022-02-27 19:58:23 +0800
committer
GitHub <noreply@github.com>
2022-02-27 19:58:23 +0800
commit
c7e8c145d14a42453e5a63ad3b00baa23204b9b4
(
patch
)
tree
500d34828f8f8f66d128a46c738943c819db03d6
/
go.mod
parent
6d77712b1b72ba8c20f15a273ce2afd0a68d492c
(
diff
)
ci: check Go module tidiness (#6787)
[skip ci]
Diffstat
(limited to 'go.mod')
-rw-r--r--
go.mod
1
1 files changed, 0 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 63e94766..78620f5c 100644
--- a/
go.mod
+++ b/
go.mod
@@ -56,7 +56,6 @@ require (
golang.org/x/text v0.3.7
gopkg.in/DATA-DOG/go-sqlmock.v2 v2.0.0-20180914054222-c19298f520d0
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
- gopkg.in/asn1-ber.v1 v1.0.0-20181015200546-f715ec2f112d // indirect
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
gopkg.in/ini.v1 v1.66.4
gopkg.in/macaron.v1 v1.4.0