Skip to content

Commit

Permalink
build: change module name
Browse files Browse the repository at this point in the history
  • Loading branch information
Siroshun09 committed Jun 6, 2022
1 parent 7dcf7d0 commit 187d6ec
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions cmd/dljdk/main.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package main

import (
"dljdk/common"
"dljdk/temurin"
"github.com/Sirohun09/dljdk/common"
"github.com/Sirohun09/dljdk/temurin"
"log"
"os"
"strconv"
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module dljdk
module github.com/Sirohun09/dljdk

go 1.18

Expand Down
2 changes: 1 addition & 1 deletion temurin/temurin.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package temurin

import (
"dljdk/common"
"encoding/json"
"github.com/Sirohun09/dljdk/common"
"io"
"log"
"net/http"
Expand Down

0 comments on commit 187d6ec

Please sign in to comment.