Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
MKCLOS
Core Development Platform
corepkgv2
Commits
068414a8
Commit
068414a8
authored
4 years ago
by
Akshay Bharambe
Browse files
Options
Downloads
Patches
Plain Diff
Add: Module
parent
ee695a45
Branches
Branches containing commit
Tags
Tags containing commit
2 merge requests
!224
Release v2.0.0 beta.1
,
!223
Add: V2 changes for module versioning
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
v2/go.mod
+57
-0
v2/go.mod
with
57 additions
and
0 deletions
v2/go.mod
0 → 100644
+
57
−
0
View file @
068414a8
module corelab.mkcl.org/MKCLOS/coredevelopmentplatform/corepkgv2
go 1.14
require (
github.com/BurntSushi/toml v0.3.1
github.com/OneOfOne/xxhash v1.2.8
github.com/ahmetb/go-linq/v3 v3.1.0
github.com/asaskevich/govalidator v0.0.0-20200428143746-21a406dcc535
github.com/aymerick/raymond v2.0.2+incompatible
github.com/boltdb/bolt v1.3.1
github.com/denisenkom/go-mssqldb v0.0.0-20200620013148-b91950f658ec
github.com/dgraph-io/dgo v1.0.0
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/gin-gonic/gin v1.6.3
github.com/go-ldap/ldap/v3 v3.2.3
github.com/go-ozzo/ozzo-routing v2.1.4+incompatible // indirect
github.com/go-redis/redis/v7 v7.4.0
github.com/go-sql-driver/mysql v1.5.0
github.com/gocraft/dbr/v2 v2.7.0
github.com/golang/gddo v0.0.0-20200715224205-051695c33a3f // indirect
github.com/golang/protobuf v1.4.2
github.com/google/go-cmp v0.5.0 // indirect
github.com/hashicorp/go-version v1.2.1
github.com/juju/fslock v0.0.0-20160525022230-4d5c94c67b4b
github.com/klauspost/compress v1.10.10
github.com/lithammer/fuzzysearch v1.1.0
github.com/noaway/heartbeat v0.0.0-20160401014313-9ba9a606fca3
github.com/onsi/ginkgo v1.14.0 // indirect
github.com/op/go-logging v0.0.0-20160315200505-970db520ece7
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/pelletier/go-toml v1.8.0
github.com/pquerna/ffjson v0.0.0-20190930134022-aa0246cd15f7
github.com/processout/grpc-go-pool v1.2.1
github.com/qiangxue/fasthttp-routing v0.0.0-20160225050629-6ccdc2a18d87
github.com/segmentio/ksuid v1.0.3
github.com/shurcooL/go v0.0.0-20200502201357-93f07166e636 // indirect
github.com/shurcooL/go-goon v0.0.0-20170922171312-37c2f522c041
github.com/stretchr/testify v1.6.1
github.com/tidwall/buntdb v1.1.2
github.com/tidwall/gjson v1.6.0
github.com/tidwall/sjson v1.1.1
github.com/valyala/fasthttp v1.15.1
github.com/zhouzhuojie/conditions v0.0.0-20191223211545-ab0d399e7c78
go.mongodb.org/mongo-driver v1.3.5
go.uber.org/zap v1.15.0
golang.org/x/crypto v0.0.0-20200604202706-70a84ac30bf9
golang.org/x/mod v0.1.1-0.20191107180719-034126e5016b // indirect
golang.org/x/tools v0.0.0-20200207183749-b753a1ba74fa // indirect
google.golang.org/genproto v0.0.0-20191009194640-548a555dbc03 // indirect
google.golang.org/grpc v1.30.0
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
gopkg.in/mgo.v2 v2.0.0-20190816093944-a6b53ec6cb22
gopkg.in/natefinch/lumberjack.v2 v2.0.0
gopkg.in/robfig/cron.v2 v2.0.0-20150107220207-be2e0b0deed5
)
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets