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
4d001d18
Commit
4d001d18
authored
1 year ago
by
Somnath Ghorpade
Browse files
Options
Downloads
Patches
Plain Diff
added go 1.20.8 support.
parent
d5c5cc7d
Branches
Branches containing commit
Tags
Tags containing commit
2 merge requests
!275
#20 Add single database connection functionality added, unit test, added example and added go 1.20.8 support.
,
!273
added go 1.20.8 support.
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
go.mod
+58
-53
go.mod
go.sum
+212
-130
go.sum
with
270 additions
and
183 deletions
go.mod
+
58
−
53
View file @
4d001d18
module
corelab.mkcl.org/MKCLOS/coredevelopmentplatform/corepkgv2
go 1.
18
go 1.
20
require (
github.com/BurntSushi/toml
v1.
1.0
github.com/BurntSushi/toml
v1.
3.2
github.com/OneOfOne/xxhash
v1.2.8
github.com/ahmetb/go-linq/v3
v3.2.0
github.com/asaskevich/govalidator
v0.0.0-202
10307081110-f21760c49a8d
github.com/asaskevich/govalidator
v0.0.0-202
30301143203-a9d515a09cc2
github.com/aymerick/raymond
v2.0.2+incompatible
github.com/boltdb/bolt
v1.3.1
github.com/codenotary/immudb
v1.5.0
github.com/denisenkom/go-mssqldb
v0.12.
2
github.com/denisenkom/go-mssqldb
v0.12.
3
github.com/dgraph-io/dgo/v2
v2.2.0
github.com/dgrijalva/jwt-go
v3.2.0+incompatible
github.com/gin-gonic/gin
v1.
8
.1
github.com/go-ldap/ldap/v3
v3.4.
3
github.com/gin-gonic/gin
v1.
9
.1
github.com/go-ldap/ldap/v3
v3.4.
5
github.com/go-redis/redis/v7
v7.4.1
github.com/go-sql-driver/mysql
v1.
6.0
github.com/gocraft/dbr/v2
v2.7.
3
github.com/go-sql-driver/mysql
v1.
7.1
github.com/gocraft/dbr/v2
v2.7.
5
github.com/golang/protobuf
v1.5.3
github.com/hashicorp/go-version
v1.
5
.0
github.com/hashicorp/go-version
v1.
6
.0
github.com/juju/fslock
v0.0.0-20160525022230-4d5c94c67b4b
github.com/klauspost/compress
v1.1
5.6
github.com/lithammer/fuzzysearch
v1.1.
5
github.com/klauspost/compress
v1.1
6.7
github.com/lithammer/fuzzysearch
v1.1.
8
github.com/noaway/heartbeat
v0.0.0-20160401014313-9ba9a606fca3
github.com/op/go-logging
v0.0.0-20160315200505-970db520ece7
github.com/patrickmn/go-cache
v2.1.0+incompatible
...
...
@@ -33,100 +33,105 @@ require (
github.com/qiangxue/fasthttp-routing
v0.0.0-20160225050629-6ccdc2a18d87
github.com/segmentio/ksuid
v1.0.4
github.com/shurcooL/go-goon
v1.0.0
github.com/stretchr/testify
v1.8.
2
github.com/tidwall/buntdb
v1.
2.9
github.com/tidwall/gjson
v1.1
4.1
github.com/tidwall/sjson
v1.2.
4
github.com/valyala/fasthttp
v1.
37
.0
github.com/stretchr/testify
v1.8.
4
github.com/tidwall/buntdb
v1.
3.0
github.com/tidwall/gjson
v1.1
6.0
github.com/tidwall/sjson
v1.2.
5
github.com/valyala/fasthttp
v1.
49
.0
github.com/zhouzhuojie/conditions
v0.2.3
go.mongodb.org/mongo-driver
v1.9.1
go.uber.org/zap
v1.21.0
golang.org/x/crypto
v0.1
0
.0
google.golang.org/grpc
v1.56.
1
golang.org/x/crypto
v0.1
1
.0
google.golang.org/grpc
v1.56.
2
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/natefinch/lumberjack.v2
v2.
2.1
gopkg.in/robfig/cron.v2
v2.0.0-20150107220207-be2e0b0deed5
)
require (
github.com/Azure/go-ntlmssp
v0.0.0-202112
09120228-48547f28849e
// indirect
github.com/Azure/go-ntlmssp
v0.0.0-202
2
112
8193559-754e69321358
// indirect
github.com/aead/chacha20
v0.0.0-20180709150244-8b13a72661da // indirect
github.com/aead/chacha20poly1305
v0.0.0-20201124145622-1a5aba2a8b29 // indirect
github.com/aead/poly1305
v0.0.0-20180717145839-3fee0db0b635 // indirect
github.com/andybalholm/brotli
v1.0.
4
// indirect
github.com/andybalholm/brotli
v1.0.
5
// indirect
github.com/beorn7/perks
v1.0.1 // indirect
github.com/boombuler/barcode
v1.0.1-0.20190219062509-6c824513bacc // indirect
github.com/bytedance/sonic
v1.9.1 // indirect
github.com/cespare/xxhash/v2
v2.2.0 // indirect
github.com/chenzhuoyu/base64x
v0.0.0-20221115062448-fe3a3abad311 // indirect
github.com/davecgh/go-spew
v1.1.1 // indirect
github.com/fsnotify/fsnotify
v1.6.0 // indirect
github.com/gabriel-vasile/mimetype
v1.4.2 // indirect
github.com/gin-contrib/sse
v0.1.0 // indirect
github.com/go-asn1-ber/asn1-ber
v1.5.4 // indirect
github.com/go-ozzo/ozzo-routing
v2.1.4+incompatible // indirect
github.com/go-playground/locales
v0.14.
0
// indirect
github.com/go-playground/universal-translator
v0.18.
0
// indirect
github.com/go-playground/validator/v10
v10.1
0
.0 // indirect
github.com/go-playground/locales
v0.14.
1
// indirect
github.com/go-playground/universal-translator
v0.18.
1
// indirect
github.com/go-playground/validator/v10
v10.1
4
.0 // indirect
github.com/go-stack/stack
v1.8.0 // indirect
github.com/goccy/go-json
v0.
9.7
// indirect
github.com/goccy/go-json
v0.
10.2
// indirect
github.com/golang-sql/civil
v0.0.0-20190719163853-cb61b32ac6fe // indirect
github.com/golang-sql/sqlexp
v0.1.0 // indirect
github.com/golang/gddo
v0.0.0-20210115222349-20d68f94ee1f // indirect
github.com/golang/snappy
v0.0.
3
// indirect
github.com/grpc-ecosystem/go-grpc-middleware
v1.
4
.0 // indirect
github.com/golang/snappy
v0.0.
1
// indirect
github.com/grpc-ecosystem/go-grpc-middleware
v1.
3
.0 // indirect
github.com/grpc-ecosystem/grpc-gateway
v1.16.0 // indirect
github.com/hashicorp/hcl
v1.0.0 // indirect
github.com/inconshreveable/mousetrap
v1.
1.0
// indirect
github.com/inconshreveable/mousetrap
v1.
0.1
// indirect
github.com/json-iterator/go
v1.1.12 // indirect
github.com/leodido/go-urn
v1.2.1 // indirect
github.com/klauspost/cpuid/v2
v2.2.4 // indirect
github.com/leodido/go-urn
v1.2.4 // indirect
github.com/magiconair/properties
v1.8.7 // indirect
github.com/mattn/go-isatty
v0.0.1
4
// indirect
github.com/matttproud/golang_protobuf_extensions
v1.0.
4
// indirect
github.com/mattn/go-isatty
v0.0.1
9
// indirect
github.com/matttproud/golang_protobuf_extensions
v1.0.
1
// indirect
github.com/mitchellh/mapstructure
v1.5.0 // indirect
github.com/modern-go/concurrent
v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2
v1.0.2 // indirect
github.com/o1egl/paseto
v1.0.0 // indirect
github.com/pelletier/go-toml/v2
v2.0.
7
// indirect
github.com/pelletier/go-toml/v2
v2.0.
8
// indirect
github.com/pkg/errors
v0.9.1 // indirect
github.com/pmezard/go-difflib
v1.0.0 // indirect
github.com/prometheus/client_golang
v1.1
4.0
// indirect
github.com/prometheus/client_model
v0.
3
.0 // indirect
github.com/prometheus/common
v0.
4
2.
0
// indirect
github.com/prometheus/procfs
v0.
9.0
// indirect
github.com/rogpeppe/go-internal
v1.
10
.0 // indirect
github.com/prometheus/client_golang
v1.1
2.2
// indirect
github.com/prometheus/client_model
v0.
2
.0 // indirect
github.com/prometheus/common
v0.
3
2.
1
// indirect
github.com/prometheus/procfs
v0.
7.3
// indirect
github.com/rogpeppe/go-internal
v1.
9
.0 // indirect
github.com/rs/xid
v1.5.0 // indirect
github.com/shurcooL/go
v0.0.0-20200502201357-93f07166e636 // indirect
github.com/spf13/afero
v1.9.
5
// indirect
github.com/spf13/cast
v1.5.
1
// indirect
github.com/spf13/cobra
v1.
7.0
// indirect
github.com/spf13/afero
v1.9.
3
// indirect
github.com/spf13/cast
v1.5.
0
// indirect
github.com/spf13/cobra
v1.
6.1
// indirect
github.com/spf13/jwalterweatherman
v1.1.0 // indirect
github.com/spf13/pflag
v1.0.5 // indirect
github.com/spf13/viper
v1.15.0 // indirect
github.com/subosito/gotenv
v1.4.2 // indirect
github.com/tidwall/btree
v1.
1.0
// indirect
github.com/tidwall/btree
v1.
4.2
// indirect
github.com/tidwall/grect
v0.1.4 // indirect
github.com/tidwall/match
v1.1.1 // indirect
github.com/tidwall/pretty
v1.2.0 // indirect
github.com/tidwall/rtred
v0.1.2 // indirect
github.com/tidwall/tinyqueue
v0.1.1 // indirect
github.com/ugorji/go/codec
v1.2.7 // indirect
github.com/twitchyliquid64/golang-asm
v0.15.1 // indirect
github.com/ugorji/go/codec
v1.2.11 // indirect
github.com/valyala/bytebufferpool
v1.0.0 // indirect
github.com/xdg-go/pbkdf2
v1.0.0 // indirect
github.com/xdg-go/scram
v1.
0
.2 // indirect
github.com/xdg-go/stringprep
v1.0.
2
// indirect
github.com/xdg-go/scram
v1.
1
.2 // indirect
github.com/xdg-go/stringprep
v1.0.
4
// indirect
github.com/youmark/pkcs8
v0.0.0-20181117223130-1be2e3e5546d // indirect
go.uber.org/atomic
v1.9.0 // indirect
go.uber.org/multierr
v1.8.0 // indirect
golang.org/x/net
v0.11.0 // indirect
go.uber.org/multierr
v1.10.0 // indirect
golang.org/x/arch
v0.3.0 // indirect
golang.org/x/net
v0.12.0 // indirect
golang.org/x/sync
v0.3.0 // indirect
golang.org/x/sys
v0.
9
.0 // indirect
golang.org/x/term
v0.
9
.0 // indirect
golang.org/x/text
v0.1
0
.0 // indirect
google.golang.org/genproto
v0.0.0-20230
626202813-9b080da550b3
// indirect
google.golang.org/genproto/googleapis/api
v0.0.0-20230
626202813-9b080da550b3
// indirect
google.golang.org/genproto/googleapis/rpc
v0.0.0-20230
626202813-9b080da550b3
// indirect
golang.org/x/sys
v0.
12
.0 // indirect
golang.org/x/term
v0.
12
.0 // indirect
golang.org/x/text
v0.1
3
.0 // indirect
google.golang.org/genproto
v0.0.0-20230
711160842-782d3b101e98
// indirect
google.golang.org/genproto/googleapis/api
v0.0.0-20230
711160842-782d3b101e98
// indirect
google.golang.org/genproto/googleapis/rpc
v0.0.0-20230
711160842-782d3b101e98
// indirect
google.golang.org/protobuf
v1.31.0 // indirect
gopkg.in/alexcesaro/quotedprintable.v3
v3.0.0-20150716171945-2caba252f4dc // indirect
gopkg.in/ini.v1
v1.67.0 // indirect
gopkg.in/yaml.v2
v2.4.0 // indirect
gopkg.in/yaml.v3
v3.0.1 // indirect
)
This diff is collapsed.
Click to expand it.
go.sum
+
212
−
130
View file @
4d001d18
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