mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-20 06:25:07 +00:00
update go mod (#334)
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"github.com/micro/services/nft/handler"
|
||||
pb "github.com/micro/services/nft/proto"
|
||||
"github.com/micro/micro/v3/service"
|
||||
"github.com/micro/micro/v3/service/logger"
|
||||
"github.com/micro/services/nft/handler"
|
||||
pb "github.com/micro/services/nft/proto"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
||||
Reference in New Issue
Block a user