Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

Bump golang.org/x/sys from 0.0.0-20200124204421-9fbb57f87de9 to 0.1.0 #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
7 changes: 3 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,20 @@ require (
github.com/go-redis/redis v6.15.5+incompatible
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
github.com/golang/protobuf v1.3.3 // indirect
github.com/hashicorp/golang-lru v0.5.4 // indirect
github.com/jasonlvhit/gocron v0.0.0-20191228163020-98b59b546dee
github.com/jinzhu/gorm v1.9.10
github.com/joho/godotenv v1.3.0
github.com/json-iterator/go v1.1.7 // indirect
github.com/mattn/go-colorable v0.1.2 // indirect
github.com/mattn/go-isatty v0.0.9 // indirect
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect
github.com/onsi/ginkgo v1.10.1 // indirect
github.com/onsi/gomega v1.7.0 // indirect
github.com/pkg/errors v0.8.1 // indirect
github.com/sirupsen/logrus v1.4.2
github.com/stretchr/objx v0.2.0 // indirect
github.com/ugorji/go v1.1.7 // indirect
github.com/x-cray/logrus-prefixed-formatter v0.5.2
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
golang.org/x/sys v0.0.0-20200124204421-9fbb57f87de9 // indirect
golang.org/x/sys v0.1.0 // indirect
google.golang.org/api v0.15.0
google.golang.org/genproto v0.0.0-20200128133413-58ce757ed39b // indirect
google.golang.org/grpc v1.27.0 // indirect
Expand Down
47 changes: 23 additions & 24 deletions go.sum

Large diffs are not rendered by default.

26 changes: 0 additions & 26 deletions vendor/github.com/jasonlvhit/gocron/.gitignore

This file was deleted.

24 changes: 0 additions & 24 deletions vendor/github.com/jasonlvhit/gocron/LICENSE

This file was deleted.

117 changes: 0 additions & 117 deletions vendor/github.com/jasonlvhit/gocron/README.md

This file was deleted.

10 changes: 0 additions & 10 deletions vendor/github.com/jasonlvhit/gocron/go.mod

This file was deleted.

37 changes: 0 additions & 37 deletions vendor/github.com/jasonlvhit/gocron/go.sum

This file was deleted.

Loading