WIP: Add Two Factor Authentication #7
2 changed files with 2 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM golang:1.20-alpine AS dev
|
||||
FROM golang:1.22-alpine AS dev
|
||||
|
||||
COPY . /var/app
|
||||
WORKDIR /var/app
|
||||
|
|
2
go.mod
2
go.mod
|
@ -2,8 +2,6 @@ module code.lila.network/adoralaura/go-urlsh
|
|||
|
||||
go 1.22
|
||||
|
||||
toolchain go1.22.2
|
||||
|
||||
require (
|
||||
github.com/gofiber/fiber/v2 v2.52.4
|
||||
github.com/gofiber/template/html/v2 v2.1.1
|
||||
|
|
Loading…
Reference in a new issue