Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update all to v1 (major) #49

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

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions radioman/go.mod
Expand Up @@ -3,8 +3,8 @@ module github.com/moul/radioman/radioman
go 1.15

require (
github.com/Sirupsen/logrus v0.8.7-0.20150827021434-84b968cb9f82
github.com/gin-gonic/gin v0.0.0-20150925101445-52fcc5dbf6e9
github.com/Sirupsen/logrus v1.9.3
github.com/gin-gonic/gin v1.10.0
github.com/kr/fs v0.0.0-20131111012553-2788f0dbd169
github.com/manucorporat/sse v0.0.0-20150715184805-fe6ea2c8e398 // indirect
github.com/mattn/go-colorable v0.0.0-20150625154642-40e4aedc8fab // indirect
Expand Down