This website works better with JavaScript.
Explore
Help
Sign In
oyd
/
minio
Watch
6
Star
1
Fork
You've already forked minio
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7516
Commits
1
Branch
0
Tags
89 MiB
Tag:
Branch:
Tree:
bdd094bc39
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'bdd094bc39'
${ noResults }
minio
/
mint
/
run
/
core
/
security
/
go.mod
6 lines
82 B
Raw
Normal View
History
Unescape
Escape
mint fixes for go1.14 (#10294) add go.mod to ensure that mint can be built with go1.14.x
4 years ago
module
mint
.
minio
.
io
/
security
go
1.14
Add missing go mod libraries for mint. (#10347) The aws-sdk-go,healthcheck,security module in mint lacks required dependency libraries,now add them in go.mod
4 years ago
require
github
.
com
/
sirupsen
/
logrus
v1
.
6.0