Skip to content
This repository was archived by the owner on Dec 23, 2024. It is now read-only.

Commit bc1eed7

Browse files
committed
case sensitivity
1 parent f89c94a commit bc1eed7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

example/rye_example.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
"net/http"
88

99
"github.com/InVisionApp/rye"
10-
log "github.com/Sirupsen/logrus"
10+
log "github.com/sirupsen/logrus"
1111
"github.com/cactus/go-statsd-client/statsd"
1212
"github.com/gorilla/mux"
1313
)

static-examples/static_example.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
"os"
77

88
"github.com/InVisionApp/rye"
9-
log "github.com/Sirupsen/logrus"
9+
log "github.com/sirupsen/logrus"
1010
"github.com/cactus/go-statsd-client/statsd"
1111
"github.com/gorilla/mux"
1212
)

0 commit comments

Comments
 (0)