Skip to content
This repository was archived by the owner on Dec 1, 2019. It is now read-only.

Commit f3f7f80

Browse files
committed
Move to go modules and add forget api
1 parent 774e00e commit f3f7f80

File tree

16 files changed

+516
-668
lines changed

16 files changed

+516
-668
lines changed

Gopkg.lock

Lines changed: 0 additions & 297 deletions
This file was deleted.

Gopkg.toml

Lines changed: 0 additions & 46 deletions
This file was deleted.

go.mod

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
module github.com/syzoj/syzoj-ng-go
2+
3+
go 1.13
4+
5+
require (
6+
github.com/DATA-DOG/go-sqlmock v1.3.3 // indirect
7+
github.com/aliyun/alibaba-cloud-sdk-go v0.0.0-20191009062011-51fffd9a2436
8+
github.com/elastic/go-elasticsearch v0.0.0
9+
github.com/gin-contrib/sse v0.1.0
10+
github.com/gin-gonic/gin v1.4.0
11+
github.com/go-ini/ini v1.48.0 // indirect
12+
github.com/go-sql-driver/mysql v1.4.1
13+
github.com/gofrs/uuid v3.2.0+incompatible // indirect
14+
github.com/golang/protobuf v1.3.2 // indirect
15+
github.com/gomodule/redigo v2.0.0+incompatible
16+
github.com/gorilla/websocket v1.4.1
17+
github.com/jmoiron/sqlx v1.2.0
18+
github.com/kat-co/vala v0.0.0-20170210184112-42e1d8b61f12
19+
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
20+
github.com/lib/pq v1.1.1 // indirect
21+
github.com/mattn/go-sqlite3 v1.10.0 // indirect
22+
github.com/microcosm-cc/bluemonday v1.0.2
23+
github.com/minio/minio-go v6.0.14+incompatible
24+
github.com/mitchellh/go-homedir v1.1.0 // indirect
25+
github.com/pkg/errors v0.8.1
26+
github.com/russross/blackfriday v2.0.0+incompatible
27+
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
28+
github.com/sirupsen/logrus v1.4.2
29+
github.com/spf13/viper v1.4.0
30+
github.com/volatiletech/inflect v0.0.0-20170731032912-e7201282ae8d // indirect
31+
github.com/volatiletech/null v8.0.0+incompatible
32+
github.com/volatiletech/sqlboiler v3.5.0+incompatible
33+
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 // indirect
34+
golang.org/x/sys v0.0.0-20190804053845-51ab0e2deafa // indirect
35+
google.golang.org/appengine v1.6.1 // indirect
36+
)

0 commit comments

Comments
 (0)