to go mod

This commit is contained in:
Bel LaPointe
2023-04-10 10:28:55 -06:00
parent 0fb275cce8
commit 1f1efc2133
21 changed files with 86 additions and 99 deletions

37
go.mod
View File

@@ -1,17 +1,17 @@
module local/firestormy
module gogs.inhome.blapointe.com/local/firestormy
go 1.17
require (
github.com/google/uuid v1.3.0
github.com/robfig/cron/v3 v3.0.1
local/args v0.0.0-00010101000000-000000000000
local/gziphttp v0.0.0-00010101000000-000000000000
local/lastn v0.0.0-00010101000000-000000000000
local/logb v0.0.0-00010101000000-000000000000
local/oauth2 v0.0.0-00010101000000-000000000000
local/router v0.0.0-00010101000000-000000000000
local/storage v0.0.0-00010101000000-000000000000
gogs.inhome.blapointe.com/local/args v0.0.0-20230410154220-44370f257b34
gogs.inhome.blapointe.com/local/gziphttp v0.0.0-20230410154402-6b42100cf2a7
gogs.inhome.blapointe.com/local/lastn v0.0.0-20230410162144-91237b6eea8c
gogs.inhome.blapointe.com/local/logb v0.0.0-20230410154319-880efa39d871
gogs.inhome.blapointe.com/local/oauth2 v0.0.0-20230410162733-d39498ff8454
gogs.inhome.blapointe.com/local/router v0.0.0-20230410162418-08ccdc13df87
gogs.inhome.blapointe.com/local/storage v0.0.0-20230410162102-db39d7b02e29
)
require (
@@ -20,9 +20,6 @@ require (
github.com/abbot/go-http-auth v0.4.0 // indirect
github.com/aws/aws-sdk-go v1.15.81 // indirect
github.com/boltdb/bolt v1.3.1 // indirect
github.com/bradfitz/gomemcache v0.0.0-20190913173617-a41fca850d0b // indirect
github.com/buraksezer/consistent v0.9.0 // indirect
github.com/cespare/xxhash v1.1.0 // indirect
github.com/go-stack/stack v1.8.0 // indirect
github.com/golang/protobuf v1.2.0 // indirect
github.com/golang/snappy v0.0.1 // indirect
@@ -53,7 +50,7 @@ require (
golang.org/x/net v0.0.0-20190522155817-f3200d17e092 // indirect
golang.org/x/oauth2 v0.0.0-20181120190819-8f65e3013eba // indirect
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e // indirect
golang.org/x/sys v0.0.0-20190531175056-4c3a928424d2 // indirect
golang.org/x/sys v0.0.0-20220503163025-988cb79eb6c6 // indirect
golang.org/x/text v0.3.5 // indirect
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
google.golang.org/api v0.0.0-20181120235003-faade3cbb06a // indirect
@@ -61,19 +58,3 @@ require (
gopkg.in/ini.v1 v1.42.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)
replace local/args => ../args
replace local/gziphttp => ../gziphttp
replace local/lastn => ../lastn
replace local/logb => ../logb
replace local/notes-server => ../notes-server
replace local/oauth2 => ../oauth2
replace local/router => ../router
replace local/storage => ../storage