Skip to content

Commit

Permalink
Move redis, environment to go-service-common
Browse files Browse the repository at this point in the history
AB#10403
  • Loading branch information
eccles committed Feb 7, 2025
1 parent 737458f commit c635522
Show file tree
Hide file tree
Showing 22 changed files with 45 additions and 2,740 deletions.
6 changes: 6 additions & 0 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,12 @@ tasks:
cmds:
- go build -v ./...

build:generate:
desc: dummy rune
cmds:
- |
echo "Nothing to do"
format:
desc: format the code
cmds:
Expand Down
103 changes: 0 additions & 103 deletions environment/environment.go

This file was deleted.

81 changes: 0 additions & 81 deletions environment/environment_test.go

This file was deleted.

9 changes: 0 additions & 9 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,8 @@ require (
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v0.4.1
github.com/Azure/go-autorest/autorest v0.11.29
github.com/Azure/go-autorest/autorest/azure/auth v0.5.13
github.com/alicebob/miniredis/v2 v2.32.1
github.com/fxamacker/cbor/v2 v2.7.0
github.com/go-redis/redis/v8 v8.11.5
github.com/google/uuid v1.6.0
github.com/gorilla/securecookie v1.1.2
github.com/gorilla/sessions v1.3.0
github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0
github.com/ldclabs/cose/go v0.0.0-20221214142927-d22c1cfc2154
github.com/lestrrat-go/jwx v1.2.29
Expand All @@ -36,9 +32,7 @@ require (
require (
github.com/Azure/go-amqp v1.0.5 // indirect
github.com/AzureAD/microsoft-authentication-library-for-go v1.2.2 // indirect
github.com/alicebob/gopher-json v0.0.0-20200520072559-a9ecdc9d1d3a // indirect
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.3.0 // indirect
github.com/fsnotify/fsnotify v1.7.0 // indirect
github.com/goccy/go-json v0.10.3 // indirect
github.com/golang-jwt/jwt/v5 v5.2.1 // indirect
github.com/kylelemons/godebug v1.1.0 // indirect
Expand All @@ -51,7 +45,6 @@ require (
github.com/pkg/errors v0.9.1 // indirect
github.com/shengdoushi/base58 v1.0.0 // indirect
github.com/x448/float16 v0.8.4 // indirect
github.com/yuin/gopher-lua v1.1.1 // indirect
)

require (
Expand All @@ -64,9 +57,7 @@ require (
github.com/Azure/go-autorest/autorest/validation v0.3.1 // indirect
github.com/Azure/go-autorest/logger v0.2.1 // indirect
github.com/Azure/go-autorest/tracing v0.6.0 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
github.com/dimchansky/utfbom v1.1.1 // indirect
github.com/gabriel-vasile/mimetype v1.4.4
github.com/golang-jwt/jwt/v4 v4.5.1 // indirect
Expand Down
32 changes: 0 additions & 32 deletions go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

41 changes: 0 additions & 41 deletions redis/client_mock.go

This file was deleted.

Loading

0 comments on commit c635522

Please sign in to comment.