rename go module

This commit is contained in:
ajatprabha 2021-09-18 19:40:42 +05:30 committed by Ken Hibino
parent a76670956b
commit 0836fe60b7
2 changed files with 2 additions and 2 deletions

View File

@ -10,10 +10,10 @@ import (
"strings" "strings"
"time" "time"
"github.com/ajatprabha/asynqmon"
"github.com/go-redis/redis/v7" "github.com/go-redis/redis/v7"
"github.com/gorilla/mux" "github.com/gorilla/mux"
"github.com/hibiken/asynq" "github.com/hibiken/asynq"
"github.com/hibiken/asynqmon"
"github.com/rs/cors" "github.com/rs/cors"
) )

2
go.mod
View File

@ -1,4 +1,4 @@
module github.com/ajatprabha/asynqmon module github.com/hibiken/asynqmon
go 1.16 go 1.16