Skip to content
Snippets Groups Projects
Verified Commit 2bf832f8 authored by Réthelyi Bálint's avatar Réthelyi Bálint :no_mouth:
Browse files

update gomod

parent c5689398
No related branches found
No related tags found
No related merge requests found
module keresettaferi
module git.sch.bme.hu/blintmester/keresett-a-feri
go 1.17
replace git.sch.bme.hu/blintmester/keresett-a-feri => ./
require (
github.com/gin-contrib/sse v0.1.0 // indirect
github.com/gin-gonic/gin v1.7.4 // indirect
......
package main
import (
"keresettaferi/route"
"keresettaferi/web"
"git.sch.bme.hu/blintmester/keresett-a-feri/route"
"git.sch.bme.hu/blintmester/keresett-a-feri/web"
"log"
"math/rand"
"time"
......
......@@ -2,9 +2,9 @@ package web
import (
"errors"
"git.sch.bme.hu/blintmester/keresett-a-feri/route"
"github.com/gin-gonic/gin"
"io/fs"
"keresettaferi/route"
"net/http"
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment