Skip to content

Commit

Permalink
restServer: Fix dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
kaythxbye committed Mar 9, 2020
1 parent 9306bda commit 5ec80a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/http/restServer/restServer.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package main

import (
"github.com/appleboy/gin-jwt"
"github.com/blockstatecom/gin-jwt"
_ "github.com/diadata-org/diadata/api/docs"
"github.com/diadata-org/diadata/pkg/dia"
"github.com/diadata-org/diadata/pkg/dia/helpers/kafkaHelper"
Expand Down

0 comments on commit 5ec80a6

Please sign in to comment.