mirror of
				https://github.com/gofiber/storage.git
				synced 2025-10-31 11:46:32 +08:00 
			
		
		
		
	Compare commits
	
		
			36 Commits
		
	
	
		
			rueidis/v1
			...
			coherence/
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
|   | 42ff8d51c0 | ||
|   | 4248a8dadd | ||
|   | 5ac0392c81 | ||
|   | 10e4f45ac0 | ||
|   | 52531187b6 | ||
| ![dependabot[bot]](/assets/img/avatar_default.png)  | 91238492d9 | ||
|   | cd048ea1e4 | ||
| ![dependabot[bot]](/assets/img/avatar_default.png)  | 72a1732d4f | ||
|   | 3c4d46ec33 | ||
| ![dependabot[bot]](/assets/img/avatar_default.png)  | ef8b444526 | ||
|   | cb5c20b678 | ||
|   | 9a076a7d97 | ||
| ![dependabot[bot]](/assets/img/avatar_default.png)  | b3bc9aa5a8 | ||
|   | ae0bd1f240 | ||
| ![dependabot[bot]](/assets/img/avatar_default.png)  | 2f08be65dd | ||
|   | 1276f80f98 | ||
| ![dependabot[bot]](/assets/img/avatar_default.png)  | dc747fad0b | ||
|   | bbbf496e55 | ||
| ![dependabot[bot]](/assets/img/avatar_default.png)  | 67e0819a58 | ||
|   | e567a01fec | ||
|   | 41ad317a6d | ||
|   | 9ca7b53525 | ||
|   | 63dc8d573e | ||
|   | 5d97bb6ee7 | ||
|   | 9d99e7dd5b | ||
|   | 4c1b8b2c6f | ||
|   | 9570205b8a | ||
|   | 4b24a4110d | ||
|   | c0cc07ca93 | ||
|   | 32af1f92eb | ||
|   | 7b58635b7a | ||
|   | a638b6d4f2 | ||
|   | 9291b82212 | ||
|   | c338ddedc1 | ||
|   | 02d809987a | ||
|   | 2779bfdf01 | 
							
								
								
									
										2
									
								
								.github/workflows/gosec.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/gosec.yml
									
									
									
									
										vendored
									
									
								
							| @@ -38,7 +38,7 @@ jobs: | |||||||
|       - name: Run Gosec (root) |       - name: Run Gosec (root) | ||||||
|         working-directory: . |         working-directory: . | ||||||
|         run: | |         run: | | ||||||
|           gosec -exclude-dir=arangodb -exclude-dir=badger -exclude-dir=couchbase -exclude-dir=dynamodb -exclude-dir=etcd -exclude-dir=memcache -exclude-dir=memory -exclude-dir=mongodb -exclude-dir=mysql -exclude-dir=postgres -exclude-dir=redis -exclude-dir=ristretto -exclude-dir=sqlite3 -exclude-dir=s3 -exclude-dir=bbolt -exclude-dir=azureblob -exclude-dir=mssql -exclude-dir=pebble -exclude-dir=rueidis -exclude-dir=coherence ./.... |           gosec . | ||||||
|         # ----- |         # ----- | ||||||
|       - name: Run Gosec (arangodb) |       - name: Run Gosec (arangodb) | ||||||
|         working-directory: ./arangodb |         working-directory: ./arangodb | ||||||
|   | |||||||
							
								
								
									
										3
									
								
								.github/workflows/test-arangodb.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.github/workflows/test-arangodb.yml
									
									
									
									
										vendored
									
									
								
							| @@ -22,10 +22,9 @@ jobs: | |||||||
|         strategy: |         strategy: | ||||||
|             matrix: |             matrix: | ||||||
|                 go-version: |                 go-version: | ||||||
|                     - 1.17.x |  | ||||||
|                     - 1.18.x |  | ||||||
|                     - 1.19.x |                     - 1.19.x | ||||||
|                     - 1.20.x |                     - 1.20.x | ||||||
|  |                     - 1.21.x | ||||||
|         steps: |         steps: | ||||||
|             -   name: Fetch Repository |             -   name: Fetch Repository | ||||||
|                 uses: actions/checkout@v3 |                 uses: actions/checkout@v3 | ||||||
|   | |||||||
							
								
								
									
										2
									
								
								.github/workflows/test-azureblob.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/test-azureblob.yml
									
									
									
									
										vendored
									
									
								
							| @@ -15,9 +15,9 @@ jobs: | |||||||
|         strategy: |         strategy: | ||||||
|             matrix: |             matrix: | ||||||
|                 go-version: |                 go-version: | ||||||
|                     - 1.18.x |  | ||||||
|                     - 1.19.x |                     - 1.19.x | ||||||
|                     - 1.20.x |                     - 1.20.x | ||||||
|  |                     - 1.21.x | ||||||
|         steps: |         steps: | ||||||
|         -   name: Install Azurite |         -   name: Install Azurite | ||||||
|             run: | |             run: | | ||||||
|   | |||||||
							
								
								
									
										2
									
								
								.github/workflows/test-badger.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/test-badger.yml
									
									
									
									
										vendored
									
									
								
							| @@ -14,9 +14,9 @@ jobs: | |||||||
|         strategy: |         strategy: | ||||||
|             matrix: |             matrix: | ||||||
|                 go-version: |                 go-version: | ||||||
|                     - 1.18.x |  | ||||||
|                     - 1.19.x |                     - 1.19.x | ||||||
|                     - 1.20.x |                     - 1.20.x | ||||||
|  |                     - 1.21.x | ||||||
|         runs-on: ubuntu-latest |         runs-on: ubuntu-latest | ||||||
|         steps: |         steps: | ||||||
|             -   name: Fetch Repository |             -   name: Fetch Repository | ||||||
|   | |||||||
							
								
								
									
										2
									
								
								.github/workflows/test-bbolt.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/test-bbolt.yml
									
									
									
									
										vendored
									
									
								
							| @@ -15,9 +15,9 @@ jobs: | |||||||
|         strategy: |         strategy: | ||||||
|             matrix: |             matrix: | ||||||
|                 go-version: |                 go-version: | ||||||
|                     - 1.18.x |  | ||||||
|                     - 1.19.x |                     - 1.19.x | ||||||
|                     - 1.20.x |                     - 1.20.x | ||||||
|  |                     - 1.21.x | ||||||
|         steps: |         steps: | ||||||
|             -   name: Fetch Repository |             -   name: Fetch Repository | ||||||
|                 uses: actions/checkout@v3 |                 uses: actions/checkout@v3 | ||||||
|   | |||||||
							
								
								
									
										1
									
								
								.github/workflows/test-couchbase.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.github/workflows/test-couchbase.yml
									
									
									
									
										vendored
									
									
								
							| @@ -17,6 +17,7 @@ jobs: | |||||||
|         go-version: |         go-version: | ||||||
|           - 1.19.x |           - 1.19.x | ||||||
|           - 1.20.x |           - 1.20.x | ||||||
|  |           - 1.21.x | ||||||
|     steps: |     steps: | ||||||
|       - name: Fetch Repository |       - name: Fetch Repository | ||||||
|         uses: actions/checkout@v3 |         uses: actions/checkout@v3 | ||||||
|   | |||||||
							
								
								
									
										3
									
								
								.github/workflows/test-dynamodb.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.github/workflows/test-dynamodb.yml
									
									
									
									
										vendored
									
									
								
							| @@ -20,10 +20,9 @@ jobs: | |||||||
|         strategy: |         strategy: | ||||||
|             matrix: |             matrix: | ||||||
|                 go-version: |                 go-version: | ||||||
|                     - 1.17.x |  | ||||||
|                     - 1.18.x |  | ||||||
|                     - 1.19.x |                     - 1.19.x | ||||||
|                     - 1.20.x |                     - 1.20.x | ||||||
|  |                     - 1.21.x | ||||||
|         steps: |         steps: | ||||||
|             -   name: Fetch Repository |             -   name: Fetch Repository | ||||||
|                 uses: actions/checkout@v3 |                 uses: actions/checkout@v3 | ||||||
|   | |||||||
							
								
								
									
										1
									
								
								.github/workflows/test-etcd.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.github/workflows/test-etcd.yml
									
									
									
									
										vendored
									
									
								
							| @@ -17,6 +17,7 @@ jobs: | |||||||
|                 go-version: |                 go-version: | ||||||
|                     - 1.19.x |                     - 1.19.x | ||||||
|                     - 1.20.x |                     - 1.20.x | ||||||
|  |                     - 1.21.x | ||||||
|         steps: |         steps: | ||||||
|             -   name: Fetch Repository |             -   name: Fetch Repository | ||||||
|                 uses: actions/checkout@v3 |                 uses: actions/checkout@v3 | ||||||
|   | |||||||
							
								
								
									
										3
									
								
								.github/workflows/test-memcache.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.github/workflows/test-memcache.yml
									
									
									
									
										vendored
									
									
								
							| @@ -20,10 +20,9 @@ jobs: | |||||||
|         strategy: |         strategy: | ||||||
|             matrix: |             matrix: | ||||||
|                 go-version: |                 go-version: | ||||||
|                     - 1.17.x |  | ||||||
|                     - 1.18.x |  | ||||||
|                     - 1.19.x |                     - 1.19.x | ||||||
|                     - 1.20.x |                     - 1.20.x | ||||||
|  |                     - 1.21.x | ||||||
|         steps: |         steps: | ||||||
|             -   name: Fetch Repository |             -   name: Fetch Repository | ||||||
|                 uses: actions/checkout@v3 |                 uses: actions/checkout@v3 | ||||||
|   | |||||||
							
								
								
									
										3
									
								
								.github/workflows/test-memory.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.github/workflows/test-memory.yml
									
									
									
									
										vendored
									
									
								
							| @@ -14,10 +14,9 @@ jobs: | |||||||
|         strategy: |         strategy: | ||||||
|             matrix: |             matrix: | ||||||
|                 go-version: |                 go-version: | ||||||
|                     - 1.17.x |  | ||||||
|                     - 1.18.x |  | ||||||
|                     - 1.19.x |                     - 1.19.x | ||||||
|                     - 1.20.x |                     - 1.20.x | ||||||
|  |                     - 1.21.x | ||||||
|         runs-on: ubuntu-latest |         runs-on: ubuntu-latest | ||||||
|         steps: |         steps: | ||||||
|             -   name: Fetch Repository |             -   name: Fetch Repository | ||||||
|   | |||||||
							
								
								
									
										3
									
								
								.github/workflows/test-mongodb.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.github/workflows/test-mongodb.yml
									
									
									
									
										vendored
									
									
								
							| @@ -20,10 +20,9 @@ jobs: | |||||||
|         strategy: |         strategy: | ||||||
|             matrix: |             matrix: | ||||||
|                 go-version: |                 go-version: | ||||||
|                     - 1.17.x |  | ||||||
|                     - 1.18.x |  | ||||||
|                     - 1.19.x |                     - 1.19.x | ||||||
|                     - 1.20.x |                     - 1.20.x | ||||||
|  |                     - 1.21.x | ||||||
|         steps: |         steps: | ||||||
|             -   name: Fetch Repository |             -   name: Fetch Repository | ||||||
|                 uses: actions/checkout@v3 |                 uses: actions/checkout@v3 | ||||||
|   | |||||||
							
								
								
									
										2
									
								
								.github/workflows/test-mssql.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/test-mssql.yml
									
									
									
									
										vendored
									
									
								
							| @@ -32,9 +32,9 @@ jobs: | |||||||
|         strategy: |         strategy: | ||||||
|             matrix: |             matrix: | ||||||
|                 go-version: |                 go-version: | ||||||
|                     - 1.18.x |  | ||||||
|                     - 1.19.x |                     - 1.19.x | ||||||
|                     - 1.20.x |                     - 1.20.x | ||||||
|  |                     - 1.21.x | ||||||
|         steps: |         steps: | ||||||
|             -   name: Fetch Repository |             -   name: Fetch Repository | ||||||
|                 uses: actions/checkout@v3 |                 uses: actions/checkout@v3 | ||||||
|   | |||||||
							
								
								
									
										3
									
								
								.github/workflows/test-mysql.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.github/workflows/test-mysql.yml
									
									
									
									
										vendored
									
									
								
							| @@ -28,10 +28,9 @@ jobs: | |||||||
|         strategy: |         strategy: | ||||||
|             matrix: |             matrix: | ||||||
|                 go-version: |                 go-version: | ||||||
|                     - 1.17.x |  | ||||||
|                     - 1.18.x |  | ||||||
|                     - 1.19.x |                     - 1.19.x | ||||||
|                     - 1.20.x |                     - 1.20.x | ||||||
|  |                     - 1.21.x | ||||||
|         steps: |         steps: | ||||||
|             -   name: Fetch Repository |             -   name: Fetch Repository | ||||||
|                 uses: actions/checkout@v3 |                 uses: actions/checkout@v3 | ||||||
|   | |||||||
							
								
								
									
										1
									
								
								.github/workflows/test-pebble.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.github/workflows/test-pebble.yml
									
									
									
									
										vendored
									
									
								
							| @@ -16,6 +16,7 @@ jobs: | |||||||
|         go-version: |         go-version: | ||||||
|           - 1.19.x |           - 1.19.x | ||||||
|           - 1.20.x |           - 1.20.x | ||||||
|  |           - 1.21.x | ||||||
|     runs-on: ubuntu-latest |     runs-on: ubuntu-latest | ||||||
|     steps: |     steps: | ||||||
|     -   name: Fetch Repository |     -   name: Fetch Repository | ||||||
|   | |||||||
							
								
								
									
										1
									
								
								.github/workflows/test-postgres.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.github/workflows/test-postgres.yml
									
									
									
									
										vendored
									
									
								
							| @@ -29,6 +29,7 @@ jobs: | |||||||
|                 go-version: |                 go-version: | ||||||
|                     - 1.19.x |                     - 1.19.x | ||||||
|                     - 1.20.x |                     - 1.20.x | ||||||
|  |                     - 1.21.x | ||||||
|         steps: |         steps: | ||||||
|             -   name: Fetch Repository |             -   name: Fetch Repository | ||||||
|                 uses: actions/checkout@v3 |                 uses: actions/checkout@v3 | ||||||
|   | |||||||
							
								
								
									
										4
									
								
								.github/workflows/test-redis.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/test-redis.yml
									
									
									
									
										vendored
									
									
								
							| @@ -15,9 +15,9 @@ jobs: | |||||||
|         strategy: |         strategy: | ||||||
|             matrix: |             matrix: | ||||||
|                 go-version: |                 go-version: | ||||||
|                     - 1.18.x |  | ||||||
|                     - 1.19.x |                     - 1.19.x | ||||||
|                     - 1.20.x |                     - 1.20.x | ||||||
|  |                     - 1.21.x | ||||||
|                 redis: |                 redis: | ||||||
|                     - '6.x' |                     - '6.x' | ||||||
|                     - '7.x' |                     - '7.x' | ||||||
| @@ -41,7 +41,7 @@ jobs: | |||||||
|                     --tls-ca-cert-file ./redis/tests/tls/ca.crt& |                     --tls-ca-cert-file ./redis/tests/tls/ca.crt& | ||||||
|  |  | ||||||
|             -   name: Setup Redis Cluster |             -   name: Setup Redis Cluster | ||||||
|                 uses: vishnudxb/redis-cluster@1.0.5 |                 uses: vishnudxb/redis-cluster@1.0.8 | ||||||
|                 with: |                 with: | ||||||
|                     master1-port: 7000 |                     master1-port: 7000 | ||||||
|                     master2-port: 7001 |                     master2-port: 7001 | ||||||
|   | |||||||
							
								
								
									
										2
									
								
								.github/workflows/test-ristretto.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/test-ristretto.yml
									
									
									
									
										vendored
									
									
								
							| @@ -15,9 +15,9 @@ jobs: | |||||||
|         strategy: |         strategy: | ||||||
|             matrix: |             matrix: | ||||||
|                 go-version: |                 go-version: | ||||||
|                     - 1.18.x |  | ||||||
|                     - 1.19.x |                     - 1.19.x | ||||||
|                     - 1.20.x |                     - 1.20.x | ||||||
|  |                     - 1.21.x | ||||||
|         steps: |         steps: | ||||||
|             -   name: Fetch Repository |             -   name: Fetch Repository | ||||||
|                 uses: actions/checkout@v3 |                 uses: actions/checkout@v3 | ||||||
|   | |||||||
							
								
								
									
										2
									
								
								.github/workflows/test-s3.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/test-s3.yml
									
									
									
									
										vendored
									
									
								
							| @@ -15,9 +15,9 @@ jobs: | |||||||
|         strategy: |         strategy: | ||||||
|             matrix: |             matrix: | ||||||
|                 go-version: |                 go-version: | ||||||
|                     - 1.18.x |  | ||||||
|                     - 1.19.x |                     - 1.19.x | ||||||
|                     - 1.20.x |                     - 1.20.x | ||||||
|  |                     - 1.21.x | ||||||
|         steps: |         steps: | ||||||
|         -   name: Install MinIO |         -   name: Install MinIO | ||||||
|             run: | |             run: | | ||||||
|   | |||||||
							
								
								
									
										3
									
								
								.github/workflows/test-sqlite3.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.github/workflows/test-sqlite3.yml
									
									
									
									
										vendored
									
									
								
							| @@ -14,10 +14,9 @@ jobs: | |||||||
|         strategy: |         strategy: | ||||||
|             matrix: |             matrix: | ||||||
|                 go-version: |                 go-version: | ||||||
|                     - 1.17.x |  | ||||||
|                     - 1.18.x |  | ||||||
|                     - 1.19.x |                     - 1.19.x | ||||||
|                     - 1.20.x |                     - 1.20.x | ||||||
|  |                     - 1.21.x | ||||||
|         runs-on: ubuntu-latest |         runs-on: ubuntu-latest | ||||||
|         steps: |         steps: | ||||||
|             -   name: Fetch Repository |             -   name: Fetch Repository | ||||||
|   | |||||||
| @@ -11,6 +11,8 @@ title: ArangoDB | |||||||
|  |  | ||||||
| A ArangoDB storage driver using `arangodb/go-driver` and [arangodb/go-driver](https://github.com/arangodb/go-driver). | A ArangoDB storage driver using `arangodb/go-driver` and [arangodb/go-driver](https://github.com/arangodb/go-driver). | ||||||
|  |  | ||||||
|  | **Note: Requires Go 1.19 and above** | ||||||
|  |  | ||||||
| ### Table of Contents | ### Table of Contents | ||||||
| - [Signatures](#signatures) | - [Signatures](#signatures) | ||||||
| - [Installation](#installation) | - [Installation](#installation) | ||||||
| @@ -35,13 +37,13 @@ go mod init github.com/<user>/<repo> | |||||||
| ``` | ``` | ||||||
| And then install the mysql implementation: | And then install the mysql implementation: | ||||||
| ```bash | ```bash | ||||||
| go get github.com/gofiber/storage/arangodb | go get github.com/gofiber/storage/arangodb/v2 | ||||||
| ``` | ``` | ||||||
|  |  | ||||||
| ### Examples | ### Examples | ||||||
| Import the storage package. | Import the storage package. | ||||||
| ```go | ```go | ||||||
| import "github.com/gofiber/storage/arangodb" | import "github.com/gofiber/storage/arangodb/v2" | ||||||
| ``` | ``` | ||||||
|  |  | ||||||
| You can use the following possibilities to create a storage: | You can use the following possibilities to create a storage: | ||||||
|   | |||||||
| @@ -7,7 +7,7 @@ import ( | |||||||
|  |  | ||||||
| 	"github.com/arangodb/go-driver" | 	"github.com/arangodb/go-driver" | ||||||
| 	"github.com/arangodb/go-driver/http" | 	"github.com/arangodb/go-driver/http" | ||||||
| 	"github.com/gofiber/utils" | 	"github.com/gofiber/utils/v2" | ||||||
| ) | ) | ||||||
|  |  | ||||||
| // Storage interface that is implemented by storage providers | // Storage interface that is implemented by storage providers | ||||||
|   | |||||||
| @@ -4,7 +4,7 @@ import ( | |||||||
| 	"testing" | 	"testing" | ||||||
| 	"time" | 	"time" | ||||||
|  |  | ||||||
| 	"github.com/gofiber/utils" | 	"github.com/stretchr/testify/require" | ||||||
| ) | ) | ||||||
|  |  | ||||||
| var testStore = New(Config{ | var testStore = New(Config{ | ||||||
| @@ -18,7 +18,7 @@ func Test_ARANGODB_Set(t *testing.T) { | |||||||
| 	) | 	) | ||||||
|  |  | ||||||
| 	err := testStore.Set(key, val, 0) | 	err := testStore.Set(key, val, 0) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
| } | } | ||||||
|  |  | ||||||
| func Test_ARANGODB_Upsert(t *testing.T) { | func Test_ARANGODB_Upsert(t *testing.T) { | ||||||
| @@ -28,10 +28,10 @@ func Test_ARANGODB_Upsert(t *testing.T) { | |||||||
| 	) | 	) | ||||||
|  |  | ||||||
| 	err := testStore.Set(key, val, 0) | 	err := testStore.Set(key, val, 0) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	err = testStore.Set(key, val, 0) | 	err = testStore.Set(key, val, 0) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
| } | } | ||||||
|  |  | ||||||
| func Test_ARANGODB_Get(t *testing.T) { | func Test_ARANGODB_Get(t *testing.T) { | ||||||
| @@ -41,11 +41,11 @@ func Test_ARANGODB_Get(t *testing.T) { | |||||||
| 	) | 	) | ||||||
|  |  | ||||||
| 	err := testStore.Set(key, val, 0) | 	err := testStore.Set(key, val, 0) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	result, err := testStore.Get(key) | 	result, err := testStore.Get(key) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
| 	utils.AssertEqual(t, val, result) | 	require.Equal(t, val, result) | ||||||
| } | } | ||||||
|  |  | ||||||
| func Test_ARANGODB_Set_Expiration(t *testing.T) { | func Test_ARANGODB_Set_Expiration(t *testing.T) { | ||||||
| @@ -56,26 +56,23 @@ func Test_ARANGODB_Set_Expiration(t *testing.T) { | |||||||
| 	) | 	) | ||||||
|  |  | ||||||
| 	err := testStore.Set(key, val, exp) | 	err := testStore.Set(key, val, exp) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	time.Sleep(1100 * time.Millisecond) | 	time.Sleep(1100 * time.Millisecond) | ||||||
| } | } | ||||||
|  |  | ||||||
| func Test_ARANGODB_Get_Expired(t *testing.T) { | func Test_ARANGODB_Get_Expired(t *testing.T) { | ||||||
| 	var ( | 	key := "john" | ||||||
| 		key = "john" |  | ||||||
| 	) |  | ||||||
|  |  | ||||||
| 	result, err := testStore.Get(key) | 	result, err := testStore.Get(key) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
| 	utils.AssertEqual(t, true, len(result) == 0) | 	require.Zero(t, len(result)) | ||||||
| } | } | ||||||
|  |  | ||||||
| func Test_ARANGODB_Get_NotExist(t *testing.T) { | func Test_ARANGODB_Get_NotExist(t *testing.T) { | ||||||
|  |  | ||||||
| 	result, err := testStore.Get("notexist") | 	result, err := testStore.Get("notexist") | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
| 	utils.AssertEqual(t, true, len(result) == 0) | 	require.Zero(t, len(result)) | ||||||
| } | } | ||||||
|  |  | ||||||
| func Test_ARANGODB_Delete(t *testing.T) { | func Test_ARANGODB_Delete(t *testing.T) { | ||||||
| @@ -85,54 +82,52 @@ func Test_ARANGODB_Delete(t *testing.T) { | |||||||
| 	) | 	) | ||||||
|  |  | ||||||
| 	err := testStore.Set(key, val, 0) | 	err := testStore.Set(key, val, 0) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	err = testStore.Delete(key) | 	err = testStore.Delete(key) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	result, err := testStore.Get(key) | 	result, err := testStore.Get(key) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
| 	utils.AssertEqual(t, true, len(result) == 0) | 	require.Zero(t, len(result)) | ||||||
| } | } | ||||||
|  |  | ||||||
| func Test_ARANGODB_Reset(t *testing.T) { | func Test_ARANGODB_Reset(t *testing.T) { | ||||||
| 	var ( | 	val := []byte("doe") | ||||||
| 		val = []byte("doe") |  | ||||||
| 	) |  | ||||||
|  |  | ||||||
| 	err := testStore.Set("john1", val, 0) | 	err := testStore.Set("john1", val, 0) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	err = testStore.Set("john2", val, 0) | 	err = testStore.Set("john2", val, 0) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	err = testStore.Reset() | 	err = testStore.Reset() | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	result, err := testStore.Get("john1") | 	result, err := testStore.Get("john1") | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
| 	utils.AssertEqual(t, true, len(result) == 0) | 	require.Zero(t, len(result)) | ||||||
|  |  | ||||||
| 	result, err = testStore.Get("john2") | 	result, err = testStore.Get("john2") | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
| 	utils.AssertEqual(t, true, len(result) == 0) | 	require.Zero(t, len(result)) | ||||||
| } | } | ||||||
|  |  | ||||||
| func Test_ARANGODB_Non_UTF8(t *testing.T) { | func Test_ARANGODB_Non_UTF8(t *testing.T) { | ||||||
| 	val := []byte("0xF5") | 	val := []byte("0xF5") | ||||||
|  |  | ||||||
| 	err := testStore.Set("0xF6", val, 0) | 	err := testStore.Set("0xF6", val, 0) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	result, err := testStore.Get("0xF6") | 	result, err := testStore.Get("0xF6") | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
| 	utils.AssertEqual(t, val, result) | 	require.Equal(t, val, result) | ||||||
| } | } | ||||||
|  |  | ||||||
| func Test_ARANGODB_Close(t *testing.T) { | func Test_ARANGODB_Close(t *testing.T) { | ||||||
| 	utils.AssertEqual(t, nil, testStore.Close()) | 	require.Nil(t, testStore.Close()) | ||||||
| } | } | ||||||
|  |  | ||||||
| func Test_ARANGODB_Conn(t *testing.T) { | func Test_ARANGODB_Conn(t *testing.T) { | ||||||
| 	utils.AssertEqual(t, true, testStore.Conn() != nil) | 	require.True(t, testStore.Conn() != nil) | ||||||
| } | } | ||||||
|   | |||||||
| @@ -1,13 +1,18 @@ | |||||||
| module github.com/gofiber/storage/arangodb | module github.com/gofiber/storage/arangodb/v2 | ||||||
|  |  | ||||||
| go 1.17 | go 1.19 | ||||||
|  |  | ||||||
| require ( | require ( | ||||||
| 	github.com/arangodb/go-driver v1.6.0 | 	github.com/arangodb/go-driver v1.6.0 | ||||||
| 	github.com/gofiber/utils v1.1.0 | 	github.com/gofiber/utils/v2 v2.0.0-beta.3 | ||||||
|  | 	github.com/stretchr/testify v1.8.4 | ||||||
| ) | ) | ||||||
|  |  | ||||||
| require ( | require ( | ||||||
| 	github.com/arangodb/go-velocypack v0.0.0-20200318135517-5af53c29c67e // indirect | 	github.com/arangodb/go-velocypack v0.0.0-20200318135517-5af53c29c67e // indirect | ||||||
|  | 	github.com/davecgh/go-spew v1.1.1 // indirect | ||||||
|  | 	github.com/google/uuid v1.3.1 // indirect | ||||||
| 	github.com/pkg/errors v0.9.1 // indirect | 	github.com/pkg/errors v0.9.1 // indirect | ||||||
|  | 	github.com/pmezard/go-difflib v1.0.0 // indirect | ||||||
|  | 	gopkg.in/yaml.v3 v3.0.1 // indirect | ||||||
| ) | ) | ||||||
|   | |||||||
| @@ -2,53 +2,23 @@ github.com/arangodb/go-driver v1.6.0 h1:NFWj/idqXZxhFVueihMSI2R9NotNIsgvNfM/xmpe | |||||||
| github.com/arangodb/go-driver v1.6.0/go.mod h1:HQmdGkvNMVBTE3SIPSQ8T/ZddC6iwNsfMR+dDJQxIsI= | github.com/arangodb/go-driver v1.6.0/go.mod h1:HQmdGkvNMVBTE3SIPSQ8T/ZddC6iwNsfMR+dDJQxIsI= | ||||||
| github.com/arangodb/go-velocypack v0.0.0-20200318135517-5af53c29c67e h1:Xg+hGrY2LcQBbxd0ZFdbGSyRKTYMZCfBbw/pMJFOk1g= | github.com/arangodb/go-velocypack v0.0.0-20200318135517-5af53c29c67e h1:Xg+hGrY2LcQBbxd0ZFdbGSyRKTYMZCfBbw/pMJFOk1g= | ||||||
| github.com/arangodb/go-velocypack v0.0.0-20200318135517-5af53c29c67e/go.mod h1:mq7Shfa/CaixoDxiyAAc5jZ6CVBAyPaNQCGS7mkj4Ho= | github.com/arangodb/go-velocypack v0.0.0-20200318135517-5af53c29c67e/go.mod h1:mq7Shfa/CaixoDxiyAAc5jZ6CVBAyPaNQCGS7mkj4Ho= | ||||||
| github.com/coreos/go-iptables v0.6.0/go.mod h1:Qe8Bv2Xik5FyTXwgIbLAnv2sWSBmvWdFETJConOQ//Q= |  | ||||||
| github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e/go.mod h1:F5haX7vjVVG0kc13fIWeqUViNPyEJxv/OmvnBo0Yme4= |  | ||||||
| github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8= |  | ||||||
| github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= | github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= | ||||||
| github.com/dchest/uniuri v0.0.0-20160212164326-8902c56451e9/go.mod h1:GgB8SF9nRG+GqaDtLcwJZsQFhcogVCJ79j4EdT0c2V4= | github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= | ||||||
| github.com/gofiber/utils v1.1.0 h1:vdEBpn7AzIUJRhe+CiTOJdUcTg4Q9RK+pEa0KPbLdrM= | github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= | ||||||
| github.com/gofiber/utils v1.1.0/go.mod h1:poZpsnhBykfnY1Mc0KeEa6mSHrS3dV0+oBWyeQmb2e0= | github.com/gofiber/utils/v2 v2.0.0-beta.3 h1:pfOhUDDVjBJpkWv6C5jaDyYLvpui7zQ97zpyFFsUOKw= | ||||||
| github.com/golang-jwt/jwt v3.2.2+incompatible/go.mod h1:8pz2t5EyA70fFQQSrl6XZXzqecmYZeUEB8OUGHkxJ+I= | github.com/gofiber/utils/v2 v2.0.0-beta.3/go.mod h1:jsl17+MsKfwJjM3ONCE9Rzji/j8XNbwjhUVTjzgfDCo= | ||||||
| github.com/google/uuid v1.1.1/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= | github.com/google/uuid v1.3.1 h1:KjJaJ9iWZ3jOFZIf1Lqf4laDRCasjl0BCmnEGxkdLb4= | ||||||
| github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= | github.com/google/uuid v1.3.1/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= | ||||||
| github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4= | github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4= | ||||||
| github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= | github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= | ||||||
| github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= | github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= | ||||||
| github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= | github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= | ||||||
| github.com/rs/xid v1.2.1/go.mod h1:+uKXf+4Djp6Md1KODXJxgGQPKngRmWyn10oCKFzNHOQ= |  | ||||||
| github.com/rs/zerolog v1.19.0/go.mod h1:IzD0RJ65iWH0w97OQQebJEvTZYvsCUm9WVLWBQrJRjo= |  | ||||||
| github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= | github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= | ||||||
| github.com/stretchr/testify v1.5.1 h1:nOGnQDM7FYENwehXlg/kFVnos3rEvtKTjRvOWSzb6H4= |  | ||||||
| github.com/stretchr/testify v1.5.1/go.mod h1:5W2xD1RspED5o8YsWQXVCued0rvSQ+mT+I5cxcmMvtA= | github.com/stretchr/testify v1.5.1/go.mod h1:5W2xD1RspED5o8YsWQXVCued0rvSQ+mT+I5cxcmMvtA= | ||||||
| github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY= | github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk= | ||||||
| golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w= | github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo= | ||||||
| golang.org/x/crypto v0.0.0-20210921155107-089bfa567519/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc= | gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM= | ||||||
| golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4/go.mod h1:jJ57K6gSWd91VN4djpZkiMVwK6gcyfeH4XE8wZrZaV4= |  | ||||||
| golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= |  | ||||||
| golang.org/x/net v0.0.0-20210226172049-e18ecbb05110/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg= |  | ||||||
| golang.org/x/net v0.0.0-20220722155237-a158d28d115b/go.mod h1:XRhObCWvk6IyKnWLug+ECip1KBveYUHfp+8e9klMJ9c= |  | ||||||
| golang.org/x/net v0.7.0/go.mod h1:2Tu9+aMcznHK/AK1HMvgo6xiTLG5rD5rZLDS+rp2Bjs= |  | ||||||
| golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= |  | ||||||
| golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= |  | ||||||
| golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= |  | ||||||
| golang.org/x/sys v0.0.0-20201119102817-f84b799fce68/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= |  | ||||||
| golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= |  | ||||||
| golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= |  | ||||||
| golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= |  | ||||||
| golang.org/x/sys v0.5.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= |  | ||||||
| golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo= |  | ||||||
| golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8= |  | ||||||
| golang.org/x/term v0.5.0/go.mod h1:jMB1sMXY+tzblOD4FWmEbocvup2/aLOaQEp7JmGp78k= |  | ||||||
| golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= |  | ||||||
| golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= |  | ||||||
| golang.org/x/text v0.3.7/go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ= |  | ||||||
| golang.org/x/text v0.7.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8= |  | ||||||
| golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= |  | ||||||
| golang.org/x/tools v0.0.0-20190828213141-aed303cbaa74/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= |  | ||||||
| golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= |  | ||||||
| golang.org/x/tools v0.1.12/go.mod h1:hNGJHUnrk76NpqgfD5Aqm5Crs+Hm0VOH/i9J2+nxYbc= |  | ||||||
| golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= |  | ||||||
| gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= | gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= | ||||||
| gopkg.in/yaml.v2 v2.2.2 h1:ZCJp+EgiOT7lHqUV2J862kp8Qj64Jo6az82+3Td9dZw= |  | ||||||
| gopkg.in/yaml.v2 v2.2.2/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= | gopkg.in/yaml.v2 v2.2.2/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= | ||||||
|  | gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA= | ||||||
|  | gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= | ||||||
|   | |||||||
| @@ -11,7 +11,7 @@ title: Azure Blob | |||||||
|  |  | ||||||
| [Azure Blob storage](https://azure.microsoft.com/en-us/products/storage/blobs/#overview) is Microsoft's object storage solution for the cloud. | [Azure Blob storage](https://azure.microsoft.com/en-us/products/storage/blobs/#overview) is Microsoft's object storage solution for the cloud. | ||||||
|  |  | ||||||
| > NOTE: Go **1.18** or later is required. Source: [link](https://github.com/Azure/azure-sdk-for-go/blob/main/README.md) | **Note: Requires Go 1.19 and above** | ||||||
|  |  | ||||||
| ### Table of Contents | ### Table of Contents | ||||||
|  |  | ||||||
| @@ -44,7 +44,7 @@ go mod init github.com/<user>/<repo> | |||||||
| And then install the azure blob implementation: | And then install the azure blob implementation: | ||||||
|  |  | ||||||
| ```bash | ```bash | ||||||
| go get github.com/gofiber/storage/azureblob | go get github.com/gofiber/storage/azureblob/v2 | ||||||
| ``` | ``` | ||||||
|  |  | ||||||
| ### Examples | ### Examples | ||||||
| @@ -52,7 +52,7 @@ go get github.com/gofiber/storage/azureblob | |||||||
| Import the storage package. | Import the storage package. | ||||||
|  |  | ||||||
| ```go | ```go | ||||||
| import "github.com/gofiber/storage/azureblob" | import "github.com/gofiber/storage/azureblob/v2" | ||||||
| ``` | ``` | ||||||
|  |  | ||||||
| You can use the following possibilities to create a storage: | You can use the following possibilities to create a storage: | ||||||
|   | |||||||
| @@ -4,10 +4,11 @@ import ( | |||||||
| 	"context" | 	"context" | ||||||
| 	"errors" | 	"errors" | ||||||
| 	"fmt" | 	"fmt" | ||||||
| 	"github.com/Azure/azure-sdk-for-go/sdk/storage/azblob" |  | ||||||
| 	"github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/bloberror" |  | ||||||
| 	"io" | 	"io" | ||||||
| 	"time" | 	"time" | ||||||
|  |  | ||||||
|  | 	"github.com/Azure/azure-sdk-for-go/sdk/storage/azblob" | ||||||
|  | 	"github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/bloberror" | ||||||
| ) | ) | ||||||
|  |  | ||||||
| // Storage interface that is implemented by storage providers | // Storage interface that is implemented by storage providers | ||||||
|   | |||||||
| @@ -1,9 +1,10 @@ | |||||||
| package azureblob | package azureblob | ||||||
|  |  | ||||||
| import ( | import ( | ||||||
| 	"github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/bloberror" |  | ||||||
| 	"github.com/gofiber/fiber/v2/utils" |  | ||||||
| 	"testing" | 	"testing" | ||||||
|  |  | ||||||
|  | 	"github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/bloberror" | ||||||
|  | 	"github.com/stretchr/testify/require" | ||||||
| ) | ) | ||||||
|  |  | ||||||
| func newStore() *Storage { | func newStore() *Storage { | ||||||
| @@ -17,6 +18,7 @@ func newStore() *Storage { | |||||||
| 		}, | 		}, | ||||||
| 	}) | 	}) | ||||||
| } | } | ||||||
|  |  | ||||||
| func Test_AzureBlob_Get(t *testing.T) { | func Test_AzureBlob_Get(t *testing.T) { | ||||||
| 	var ( | 	var ( | ||||||
| 		key = "john" | 		key = "john" | ||||||
| @@ -25,11 +27,11 @@ func Test_AzureBlob_Get(t *testing.T) { | |||||||
| 	testStore := newStore() | 	testStore := newStore() | ||||||
|  |  | ||||||
| 	err := testStore.Set(key, val, 0) | 	err := testStore.Set(key, val, 0) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	result, err := testStore.Get(key) | 	result, err := testStore.Get(key) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
| 	utils.AssertEqual(t, val, result) | 	require.Equal(t, val, result) | ||||||
| } | } | ||||||
|  |  | ||||||
| func Test_AzureBlob_Set(t *testing.T) { | func Test_AzureBlob_Set(t *testing.T) { | ||||||
| @@ -40,7 +42,7 @@ func Test_AzureBlob_Set(t *testing.T) { | |||||||
|  |  | ||||||
| 	testStore := newStore() | 	testStore := newStore() | ||||||
| 	err := testStore.Set(key, val, 0) | 	err := testStore.Set(key, val, 0) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
| } | } | ||||||
|  |  | ||||||
| func Test_AzureBlob_Delete(t *testing.T) { | func Test_AzureBlob_Delete(t *testing.T) { | ||||||
| @@ -51,10 +53,10 @@ func Test_AzureBlob_Delete(t *testing.T) { | |||||||
| 	testStore := newStore() | 	testStore := newStore() | ||||||
|  |  | ||||||
| 	err := testStore.Set(key, val, 0) | 	err := testStore.Set(key, val, 0) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	err = testStore.Delete(key) | 	err = testStore.Delete(key) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	result, err := testStore.Get(key) | 	result, err := testStore.Get(key) | ||||||
| 	if err != nil { | 	if err != nil { | ||||||
| @@ -62,8 +64,8 @@ func Test_AzureBlob_Delete(t *testing.T) { | |||||||
| 			err = nil | 			err = nil | ||||||
| 		} | 		} | ||||||
| 	} | 	} | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
| 	utils.AssertEqual(t, true, len(result) == 0) | 	require.Zero(t, len(result)) | ||||||
| } | } | ||||||
|  |  | ||||||
| func Test_AzureBlob_Override(t *testing.T) { | func Test_AzureBlob_Override(t *testing.T) { | ||||||
| @@ -74,10 +76,10 @@ func Test_AzureBlob_Override(t *testing.T) { | |||||||
| 	testStore := newStore() | 	testStore := newStore() | ||||||
|  |  | ||||||
| 	err := testStore.Set(key, val, 0) | 	err := testStore.Set(key, val, 0) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	err = testStore.Set(key, val, 0) | 	err = testStore.Set(key, val, 0) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
| } | } | ||||||
|  |  | ||||||
| func Test_AzureBlob_Get_NotExist(t *testing.T) { | func Test_AzureBlob_Get_NotExist(t *testing.T) { | ||||||
| @@ -88,24 +90,22 @@ func Test_AzureBlob_Get_NotExist(t *testing.T) { | |||||||
| 			err = nil | 			err = nil | ||||||
| 		} | 		} | ||||||
| 	} | 	} | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
| 	utils.AssertEqual(t, true, len(result) == 0) | 	require.Zero(t, len(result)) | ||||||
| } | } | ||||||
|  |  | ||||||
| func Test_AzureBlob_Reset(t *testing.T) { | func Test_AzureBlob_Reset(t *testing.T) { | ||||||
| 	var ( | 	val := []byte("doe") | ||||||
| 		val = []byte("doe") |  | ||||||
| 	) |  | ||||||
| 	testStore := newStore() | 	testStore := newStore() | ||||||
|  |  | ||||||
| 	err := testStore.Set("john1", val, 0) | 	err := testStore.Set("john1", val, 0) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	err = testStore.Set("john2", val, 0) | 	err = testStore.Set("john2", val, 0) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	err = testStore.Reset() | 	err = testStore.Reset() | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	result, err := testStore.Get("john1") | 	result, err := testStore.Get("john1") | ||||||
| 	if err != nil { | 	if err != nil { | ||||||
| @@ -113,8 +113,8 @@ func Test_AzureBlob_Reset(t *testing.T) { | |||||||
| 			err = nil | 			err = nil | ||||||
| 		} | 		} | ||||||
| 	} | 	} | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
| 	utils.AssertEqual(t, true, len(result) == 0) | 	require.Zero(t, len(result)) | ||||||
|  |  | ||||||
| 	result, err = testStore.Get("john2") | 	result, err = testStore.Get("john2") | ||||||
| 	if err != nil { | 	if err != nil { | ||||||
| @@ -122,16 +122,16 @@ func Test_AzureBlob_Reset(t *testing.T) { | |||||||
| 			err = nil | 			err = nil | ||||||
| 		} | 		} | ||||||
| 	} | 	} | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
| 	utils.AssertEqual(t, true, len(result) == 0) | 	require.Zero(t, len(result)) | ||||||
| } | } | ||||||
|  |  | ||||||
| func Test_S3_Conn(t *testing.T) { | func Test_S3_Conn(t *testing.T) { | ||||||
| 	testStore := newStore() | 	testStore := newStore() | ||||||
| 	utils.AssertEqual(t, true, testStore.Conn() != nil) | 	require.True(t, testStore.Conn() != nil) | ||||||
| } | } | ||||||
|  |  | ||||||
| func Test_AzureBlob_Close(t *testing.T) { | func Test_AzureBlob_Close(t *testing.T) { | ||||||
| 	testStore := newStore() | 	testStore := newStore() | ||||||
| 	utils.AssertEqual(t, nil, testStore.Close()) | 	require.Nil(t, testStore.Close()) | ||||||
| } | } | ||||||
|   | |||||||
| @@ -1,17 +1,18 @@ | |||||||
| module github.com/gofiber/storage/azureblob | module github.com/gofiber/storage/azureblob/v2 | ||||||
|  |  | ||||||
| go 1.18 | go 1.19 | ||||||
|  |  | ||||||
| require ( | require ( | ||||||
| 	github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v0.6.1 | 	github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.1.0 | ||||||
| 	github.com/gofiber/fiber/v2 v2.48.0 | 	github.com/stretchr/testify v1.8.4 | ||||||
| ) | ) | ||||||
|  |  | ||||||
| require ( | require ( | ||||||
| 	github.com/Azure/azure-sdk-for-go/sdk/azcore v1.2.0 // indirect | 	github.com/Azure/azure-sdk-for-go/sdk/azcore v1.7.1 // indirect | ||||||
| 	github.com/Azure/azure-sdk-for-go/sdk/internal v1.1.2 // indirect | 	github.com/Azure/azure-sdk-for-go/sdk/internal v1.3.0 // indirect | ||||||
| 	github.com/google/uuid v1.3.0 // indirect | 	github.com/davecgh/go-spew v1.1.1 // indirect | ||||||
| 	golang.org/x/crypto v0.7.0 // indirect | 	github.com/pmezard/go-difflib v1.0.0 // indirect | ||||||
| 	golang.org/x/net v0.8.0 // indirect | 	golang.org/x/net v0.14.0 // indirect | ||||||
| 	golang.org/x/text v0.8.0 // indirect | 	golang.org/x/text v0.12.0 // indirect | ||||||
|  | 	gopkg.in/yaml.v3 v3.0.1 // indirect | ||||||
| ) | ) | ||||||
|   | |||||||
| @@ -1,28 +1,31 @@ | |||||||
| github.com/Azure/azure-sdk-for-go/sdk/azcore v1.2.0 h1:sVW/AFBTGyJxDaMYlq0ct3jUXTtj12tQ6zE2GZUgVQw= | github.com/Azure/azure-sdk-for-go/sdk/azcore v1.7.1 h1:/iHxaJhsFr0+xVFfbMr5vxz848jyiWuIEDhYq3y5odY= | ||||||
| github.com/Azure/azure-sdk-for-go/sdk/azcore v1.2.0/go.mod h1:uGG2W01BaETf0Ozp+QxxKJdMBNRWPdstHG0Fmdwn1/U= | github.com/Azure/azure-sdk-for-go/sdk/azcore v1.7.1/go.mod h1:bjGvMhVMb+EEm3VRNQawDMUyMMjo+S5ewNjflkep/0Q= | ||||||
| github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.1.0 h1:QkAcEIAKbNL4KoFr4SathZPhDhF4mVwpBMFlYjyAqy8= | github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.3.0 h1:vcYCAze6p19qBW7MhZybIsqD8sMV8js0NyQM8JDnVtg= | ||||||
| github.com/Azure/azure-sdk-for-go/sdk/internal v1.1.2 h1:+5VZ72z0Qan5Bog5C+ZkgSqUbeVUd9wgtHOrIKuc5b8= | github.com/Azure/azure-sdk-for-go/sdk/internal v1.3.0 h1:sXr+ck84g/ZlZUOZiNELInmMgOsuGwdjjVkEIde0OtY= | ||||||
| github.com/Azure/azure-sdk-for-go/sdk/internal v1.1.2/go.mod h1:eWRD7oawr1Mu1sLCawqVc0CUiF43ia3qQMxLscsKQ9w= | github.com/Azure/azure-sdk-for-go/sdk/internal v1.3.0/go.mod h1:okt5dMMTOFjX/aovMlrjvvXoPMBVSPzk9185BT0+eZM= | ||||||
| github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v0.6.1 h1:YvQv9Mz6T8oR5ypQOL6erY0Z5t71ak1uHV4QFokCOZk= | github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/storage/armstorage v1.2.0 h1:Ma67P/GGprNwsslzEH6+Kb8nybI8jpDTm4Wmzu2ReK8= | ||||||
| github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v0.6.1/go.mod h1:c6WvOhtmjNUWbLfOG1qxM/q0SPvQNSVJvolm+C52dIU= | github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.1.0 h1:nVocQV40OQne5613EeLayJiRAJuKlBGy+m22qWG+WRg= | ||||||
| github.com/AzureAD/microsoft-authentication-library-for-go v0.5.1 h1:BWe8a+f/t+7KY7zH2mqygeUD0t8hNFXe08p1Pb3/jKE= | github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.1.0/go.mod h1:7QJP7dr2wznCMeqIrhMgWGf7XpAQnVrJqDm9nvV3Cu4= | ||||||
|  | github.com/AzureAD/microsoft-authentication-library-for-go v1.0.0 h1:OBhqkivkhkMqLPymWEppkm7vgPQY2XsHoEkaMQ0AdZY= | ||||||
| github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= | github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= | ||||||
| github.com/dnaeon/go-vcr v1.1.0 h1:ReYa/UBrRyQdant9B4fNHGoCNKw6qh6P0fsdGmZpR7c= | github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= | ||||||
| github.com/gofiber/fiber/v2 v2.48.0 h1:cRVMCb9aUJDsyHxGFLwz/sGzDggdailZZyptU9F9cU0= | github.com/dnaeon/go-vcr v1.2.0 h1:zHCHvJYTMh1N7xnV7zf1m1GPBF9Ad0Jk/whtQ1663qI= | ||||||
| github.com/gofiber/fiber/v2 v2.48.0/go.mod h1:xqJgfqrc23FJuqGOW6DVgi3HyZEm2Mn9pRqUb2kHSX8= | github.com/golang-jwt/jwt/v4 v4.5.0 h1:7cYmW1XlMY7h7ii7UhUyChSgS5wUJEnm9uZVTGqOWzg= | ||||||
| github.com/golang-jwt/jwt v3.2.1+incompatible h1:73Z+4BJcrTC+KczS6WvTPvRGOp1WmfEP4Q1lOd9Z/+c= |  | ||||||
| github.com/google/uuid v1.3.0 h1:t6JiXgmwXMjEs8VusXIJk2BXHsn+wx8BZdTaoZ5fu7I= | github.com/google/uuid v1.3.0 h1:t6JiXgmwXMjEs8VusXIJk2BXHsn+wx8BZdTaoZ5fu7I= | ||||||
| github.com/google/uuid v1.3.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= |  | ||||||
| github.com/kylelemons/godebug v1.1.0 h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0SNc= | github.com/kylelemons/godebug v1.1.0 h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0SNc= | ||||||
| github.com/pkg/browser v0.0.0-20210115035449-ce105d075bb4 h1:Qj1ukM4GlMWXNdMBuXcXfz/Kw9s1qm0CLY32QxuSImI= | github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8 h1:KoWmjvw+nsYOo29YJK9vDA65RGE3NrOnUtO7a+RF9HU= | ||||||
| github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= | github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= | ||||||
| github.com/stretchr/testify v1.7.1 h1:5TQK59W5E3v0r2duFAb7P95B6hEeOyEnHRa8MjYSMTY= | github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= | ||||||
| golang.org/x/crypto v0.7.0 h1:AvwMYaRytfdeVt3u6mLaxYtErKYjxA2OXjJ1HHq6t3A= | github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk= | ||||||
| golang.org/x/crypto v0.7.0/go.mod h1:pYwdfH91IfpZVANVyUOhSIPZaFoJGxTFbZhFTx+dXZU= | github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo= | ||||||
| golang.org/x/net v0.8.0 h1:Zrh2ngAOFYneWTAIAPethzeaQLuHwhuBkuV6ZiRnUaQ= | golang.org/x/crypto v0.12.0 h1:tFM/ta59kqch6LlvYnPa0yx5a83cL2nHflFhYKvv9Yk= | ||||||
| golang.org/x/net v0.8.0/go.mod h1:QVkue5JL9kW//ek3r6jTKnTFis1tRmNAW2P1shuFdJc= | golang.org/x/net v0.14.0 h1:BONx9s002vGdD9umnlX1Po8vOZmrgH34qlHcD1MfK14= | ||||||
| golang.org/x/sys v0.10.0 h1:SqMFp9UcQJZa+pmYuAKjd9xq1f0j5rLcDIk0mj4qAsA= | golang.org/x/net v0.14.0/go.mod h1:PpSgVXXLK0OxS0F31C1/tv6XNguvCrnXIDrFMspZIUI= | ||||||
| golang.org/x/text v0.8.0 h1:57P1ETyNKtuIjB4SRd15iJxuhj8Gc416Y78H3qgMh68= | golang.org/x/sys v0.11.0 h1:eG7RXZHdqOJ1i+0lgLgCpSXAp6M3LYlAo6osgSi0xOM= | ||||||
| golang.org/x/text v0.8.0/go.mod h1:e1OnstbJyHTd6l/uOt8jFFHp6TRDWZR/bV3emEE/zU8= | golang.org/x/text v0.12.0 h1:k+n5B8goJNdU7hSvEtMUz3d1Q6D/XW4COJSJR6fN0mc= | ||||||
|  | golang.org/x/text v0.12.0/go.mod h1:TvPlkZtksWOMsz7fbANvkp4WM8x/WCo/om8BMLbz+aE= | ||||||
|  | gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM= | ||||||
|  | gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= | ||||||
| gopkg.in/yaml.v2 v2.4.0 h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY= | gopkg.in/yaml.v2 v2.4.0 h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY= | ||||||
| gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b h1:h8qDotaEPuJATrMmW04NCwg7v22aHH28wwpauUhK9Oo= | gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA= | ||||||
|  | gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= | ||||||
|   | |||||||
| @@ -11,6 +11,8 @@ title: Badger | |||||||
|  |  | ||||||
| A fast key-value DB using [dgraph-io/badger](https://github.com/dgraph-io/badger) | A fast key-value DB using [dgraph-io/badger](https://github.com/dgraph-io/badger) | ||||||
|  |  | ||||||
|  | **Note: Requires Go 1.19 and above** | ||||||
|  |  | ||||||
| ### Table of Contents | ### Table of Contents | ||||||
|  |  | ||||||
| - [Signatures](#signatures) | - [Signatures](#signatures) | ||||||
| @@ -42,7 +44,7 @@ go mod init github.com/<user>/<repo> | |||||||
| And then install the badger implementation: | And then install the badger implementation: | ||||||
|  |  | ||||||
| ```bash | ```bash | ||||||
| go get github.com/gofiber/storage/badger | go get github.com/gofiber/storage/badger/v2 | ||||||
| ``` | ``` | ||||||
|  |  | ||||||
| ### Examples | ### Examples | ||||||
| @@ -50,7 +52,7 @@ go get github.com/gofiber/storage/badger | |||||||
| Import the storage package. | Import the storage package. | ||||||
|  |  | ||||||
| ```go | ```go | ||||||
| import "github.com/gofiber/storage/badger" | import "github.com/gofiber/storage/badger/v2" | ||||||
| ``` | ``` | ||||||
|  |  | ||||||
| You can use the following possibilities to create a storage: | You can use the following possibilities to create a storage: | ||||||
|   | |||||||
| @@ -4,7 +4,7 @@ import ( | |||||||
| 	"time" | 	"time" | ||||||
|  |  | ||||||
| 	"github.com/dgraph-io/badger/v3" | 	"github.com/dgraph-io/badger/v3" | ||||||
| 	"github.com/gofiber/utils" | 	"github.com/gofiber/utils/v2" | ||||||
| ) | ) | ||||||
|  |  | ||||||
| // Storage interface that is implemented by storage providers | // Storage interface that is implemented by storage providers | ||||||
|   | |||||||
| @@ -4,7 +4,7 @@ import ( | |||||||
| 	"testing" | 	"testing" | ||||||
| 	"time" | 	"time" | ||||||
|  |  | ||||||
| 	"github.com/gofiber/utils" | 	"github.com/stretchr/testify/require" | ||||||
| ) | ) | ||||||
|  |  | ||||||
| var testStore = New() | var testStore = New() | ||||||
| @@ -16,7 +16,7 @@ func Test_Badger_Set(t *testing.T) { | |||||||
| 	) | 	) | ||||||
|  |  | ||||||
| 	err := testStore.Set(key, val, 0) | 	err := testStore.Set(key, val, 0) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
| } | } | ||||||
|  |  | ||||||
| func Test_Badger_Set_Override(t *testing.T) { | func Test_Badger_Set_Override(t *testing.T) { | ||||||
| @@ -26,10 +26,10 @@ func Test_Badger_Set_Override(t *testing.T) { | |||||||
| 	) | 	) | ||||||
|  |  | ||||||
| 	err := testStore.Set(key, val, 0) | 	err := testStore.Set(key, val, 0) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	err = testStore.Set(key, val, 0) | 	err = testStore.Set(key, val, 0) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
| } | } | ||||||
|  |  | ||||||
| func Test_Badger_Get(t *testing.T) { | func Test_Badger_Get(t *testing.T) { | ||||||
| @@ -39,11 +39,11 @@ func Test_Badger_Get(t *testing.T) { | |||||||
| 	) | 	) | ||||||
|  |  | ||||||
| 	err := testStore.Set(key, val, 0) | 	err := testStore.Set(key, val, 0) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	result, err := testStore.Get(key) | 	result, err := testStore.Get(key) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
| 	utils.AssertEqual(t, val, result) | 	require.Equal(t, val, result) | ||||||
| } | } | ||||||
|  |  | ||||||
| func Test_Badger_Set_Expiration(t *testing.T) { | func Test_Badger_Set_Expiration(t *testing.T) { | ||||||
| @@ -54,26 +54,23 @@ func Test_Badger_Set_Expiration(t *testing.T) { | |||||||
| 	) | 	) | ||||||
|  |  | ||||||
| 	err := testStore.Set(key, val, exp) | 	err := testStore.Set(key, val, exp) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	time.Sleep(1100 * time.Millisecond) | 	time.Sleep(1100 * time.Millisecond) | ||||||
| } | } | ||||||
|  |  | ||||||
| func Test_Badger_Get_Expired(t *testing.T) { | func Test_Badger_Get_Expired(t *testing.T) { | ||||||
| 	var ( | 	key := "john" | ||||||
| 		key = "john" |  | ||||||
| 	) |  | ||||||
|  |  | ||||||
| 	result, err := testStore.Get(key) | 	result, err := testStore.Get(key) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
| 	utils.AssertEqual(t, true, len(result) == 0) | 	require.Zero(t, len(result)) | ||||||
| } | } | ||||||
|  |  | ||||||
| func Test_Badger_Get_NotExist(t *testing.T) { | func Test_Badger_Get_NotExist(t *testing.T) { | ||||||
|  |  | ||||||
| 	result, err := testStore.Get("notexist") | 	result, err := testStore.Get("notexist") | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
| 	utils.AssertEqual(t, true, len(result) == 0) | 	require.Zero(t, len(result)) | ||||||
| } | } | ||||||
|  |  | ||||||
| func Test_Badger_Delete(t *testing.T) { | func Test_Badger_Delete(t *testing.T) { | ||||||
| @@ -83,43 +80,41 @@ func Test_Badger_Delete(t *testing.T) { | |||||||
| 	) | 	) | ||||||
|  |  | ||||||
| 	err := testStore.Set(key, val, 0) | 	err := testStore.Set(key, val, 0) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	err = testStore.Delete(key) | 	err = testStore.Delete(key) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	result, err := testStore.Get(key) | 	result, err := testStore.Get(key) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
| 	utils.AssertEqual(t, true, len(result) == 0) | 	require.Zero(t, len(result)) | ||||||
| } | } | ||||||
|  |  | ||||||
| func Test_Badger_Reset(t *testing.T) { | func Test_Badger_Reset(t *testing.T) { | ||||||
| 	var ( | 	val := []byte("doe") | ||||||
| 		val = []byte("doe") |  | ||||||
| 	) |  | ||||||
|  |  | ||||||
| 	err := testStore.Set("john1", val, 0) | 	err := testStore.Set("john1", val, 0) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	err = testStore.Set("john2", val, 0) | 	err = testStore.Set("john2", val, 0) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	err = testStore.Reset() | 	err = testStore.Reset() | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	result, err := testStore.Get("john1") | 	result, err := testStore.Get("john1") | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
| 	utils.AssertEqual(t, true, len(result) == 0) | 	require.Zero(t, len(result)) | ||||||
|  |  | ||||||
| 	result, err = testStore.Get("john2") | 	result, err = testStore.Get("john2") | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
| 	utils.AssertEqual(t, true, len(result) == 0) | 	require.Zero(t, len(result)) | ||||||
| } | } | ||||||
|  |  | ||||||
| func Test_Badger_Close(t *testing.T) { | func Test_Badger_Close(t *testing.T) { | ||||||
| 	utils.AssertEqual(t, nil, testStore.Close()) | 	require.Nil(t, testStore.Close()) | ||||||
| } | } | ||||||
|  |  | ||||||
| func Test_Badger_Conn(t *testing.T) { | func Test_Badger_Conn(t *testing.T) { | ||||||
| 	utils.AssertEqual(t, true, testStore.Conn() != nil) | 	require.True(t, testStore.Conn() != nil) | ||||||
| } | } | ||||||
| @@ -1,8 +1,9 @@ | |||||||
| package badger | package badger | ||||||
|  |  | ||||||
| import ( | import ( | ||||||
| 	"github.com/dgraph-io/badger/v3" |  | ||||||
| 	"time" | 	"time" | ||||||
|  |  | ||||||
|  | 	"github.com/dgraph-io/badger/v3" | ||||||
| ) | ) | ||||||
|  |  | ||||||
| // Config defines the config for storage. | // Config defines the config for storage. | ||||||
|   | |||||||
| @@ -1,14 +1,15 @@ | |||||||
| package badger | package badger | ||||||
|  |  | ||||||
| import ( | import ( | ||||||
| 	"github.com/dgraph-io/badger/v3" |  | ||||||
| 	"github.com/gofiber/utils" |  | ||||||
| 	"testing" | 	"testing" | ||||||
|  |  | ||||||
|  | 	"github.com/dgraph-io/badger/v3" | ||||||
|  | 	"github.com/stretchr/testify/require" | ||||||
| ) | ) | ||||||
|  |  | ||||||
| func assertRecoveryPanic(t *testing.T) { | func assertRecoveryPanic(t *testing.T) { | ||||||
| 	err := recover() | 	err := recover() | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.Nil(t, nil, err) | ||||||
| } | } | ||||||
|  |  | ||||||
| func Test_Badger_Only_Name(t *testing.T) { | func Test_Badger_Only_Name(t *testing.T) { | ||||||
| @@ -17,7 +18,7 @@ func Test_Badger_Only_Name(t *testing.T) { | |||||||
| 		Database:  "fiber.config.badger", | 		Database:  "fiber.config.badger", | ||||||
| 		UseLogger: false, | 		UseLogger: false, | ||||||
| 	}) | 	}) | ||||||
| 	utils.AssertEqual(t, nil, testDB.Close()) | 	require.Nil(t, testDB.Close()) | ||||||
| } | } | ||||||
|  |  | ||||||
| func Test_Badger_Options(t *testing.T) { | func Test_Badger_Options(t *testing.T) { | ||||||
| @@ -26,11 +27,11 @@ func Test_Badger_Options(t *testing.T) { | |||||||
| 		BadgerOptions: badger.DefaultOptions("fiber.with_options.badger"), | 		BadgerOptions: badger.DefaultOptions("fiber.with_options.badger"), | ||||||
| 		UseLogger:     false, | 		UseLogger:     false, | ||||||
| 	}) | 	}) | ||||||
| 	utils.AssertEqual(t, nil, testDB.Close()) | 	require.Nil(t, testDB.Close()) | ||||||
| } | } | ||||||
|  |  | ||||||
| func Test_Empty_Config(t *testing.T) { | func Test_Empty_Config(t *testing.T) { | ||||||
| 	defer assertRecoveryPanic(t) | 	defer assertRecoveryPanic(t) | ||||||
| 	testDB := New(Config{}) | 	testDB := New(Config{}) | ||||||
| 	utils.AssertEqual(t, nil, testDB.Close()) | 	require.Nil(t, testDB.Close()) | ||||||
| } | } | ||||||
|   | |||||||
| @@ -1,27 +1,32 @@ | |||||||
| module github.com/gofiber/storage/badger | module github.com/gofiber/storage/badger/v2 | ||||||
|  |  | ||||||
| go 1.18 | go 1.19 | ||||||
|  |  | ||||||
| require ( | require ( | ||||||
| 	github.com/dgraph-io/badger/v3 v3.2103.5 | 	github.com/dgraph-io/badger/v3 v3.2103.5 | ||||||
| 	github.com/gofiber/utils v1.1.0 | 	github.com/gofiber/utils/v2 v2.0.0-beta.3 | ||||||
|  | 	github.com/stretchr/testify v1.8.4 | ||||||
| ) | ) | ||||||
|  |  | ||||||
| require ( | require ( | ||||||
| 	github.com/cespare/xxhash v1.1.0 // indirect | 	github.com/cespare/xxhash v1.1.0 // indirect | ||||||
| 	github.com/cespare/xxhash/v2 v2.1.2 // indirect | 	github.com/cespare/xxhash/v2 v2.2.0 // indirect | ||||||
|  | 	github.com/davecgh/go-spew v1.1.1 // indirect | ||||||
| 	github.com/dgraph-io/ristretto v0.1.1 // indirect | 	github.com/dgraph-io/ristretto v0.1.1 // indirect | ||||||
| 	github.com/dustin/go-humanize v1.0.0 // indirect | 	github.com/dustin/go-humanize v1.0.1 // indirect | ||||||
| 	github.com/gogo/protobuf v1.3.2 // indirect | 	github.com/gogo/protobuf v1.3.2 // indirect | ||||||
| 	github.com/golang/glog v1.0.0 // indirect | 	github.com/golang/glog v1.1.2 // indirect | ||||||
| 	github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect | 	github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect | ||||||
| 	github.com/golang/protobuf v1.5.2 // indirect | 	github.com/golang/protobuf v1.5.3 // indirect | ||||||
| 	github.com/golang/snappy v0.0.4 // indirect | 	github.com/golang/snappy v0.0.4 // indirect | ||||||
| 	github.com/google/flatbuffers v22.10.26+incompatible // indirect | 	github.com/google/flatbuffers v23.5.26+incompatible // indirect | ||||||
| 	github.com/klauspost/compress v1.15.12 // indirect | 	github.com/google/uuid v1.3.1 // indirect | ||||||
|  | 	github.com/klauspost/compress v1.16.7 // indirect | ||||||
| 	github.com/pkg/errors v0.9.1 // indirect | 	github.com/pkg/errors v0.9.1 // indirect | ||||||
|  | 	github.com/pmezard/go-difflib v1.0.0 // indirect | ||||||
| 	go.opencensus.io v0.24.0 // indirect | 	go.opencensus.io v0.24.0 // indirect | ||||||
| 	golang.org/x/net v0.7.0 // indirect | 	golang.org/x/net v0.14.0 // indirect | ||||||
| 	golang.org/x/sys v0.5.0 // indirect | 	golang.org/x/sys v0.11.0 // indirect | ||||||
| 	google.golang.org/protobuf v1.28.1 // indirect | 	google.golang.org/protobuf v1.31.0 // indirect | ||||||
|  | 	gopkg.in/yaml.v3 v3.0.1 // indirect | ||||||
| ) | ) | ||||||
|   | |||||||
| @@ -7,8 +7,8 @@ github.com/census-instrumentation/opencensus-proto v0.2.1/go.mod h1:f6KPmirojxKA | |||||||
| github.com/cespare/xxhash v1.1.0 h1:a6HrQnmkObjyL+Gs60czilIUGqrzKutQD6XZog3p+ko= | github.com/cespare/xxhash v1.1.0 h1:a6HrQnmkObjyL+Gs60czilIUGqrzKutQD6XZog3p+ko= | ||||||
| github.com/cespare/xxhash v1.1.0/go.mod h1:XrSqR1VqqWfGrhpAt58auRo0WTKS1nRRg3ghfAqPWnc= | github.com/cespare/xxhash v1.1.0/go.mod h1:XrSqR1VqqWfGrhpAt58auRo0WTKS1nRRg3ghfAqPWnc= | ||||||
| github.com/cespare/xxhash/v2 v2.1.1/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs= | github.com/cespare/xxhash/v2 v2.1.1/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs= | ||||||
| github.com/cespare/xxhash/v2 v2.1.2 h1:YRXhKfTDauu4ajMg1TPgFO5jnlC2HCbmLXMcTG5cbYE= | github.com/cespare/xxhash/v2 v2.2.0 h1:DC2CZ1Ep5Y4k3ZQ899DldepgrayRUGE6BBZ/cd9Cj44= | ||||||
| github.com/cespare/xxhash/v2 v2.1.2/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs= | github.com/cespare/xxhash/v2 v2.2.0/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs= | ||||||
| github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw= | github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw= | ||||||
| github.com/cncf/udpa/go v0.0.0-20191209042840-269d4d468f6f/go.mod h1:M8M6+tZqaGXZJjfX53e64911xZQV5JYwmTeXPW+k8Sc= | github.com/cncf/udpa/go v0.0.0-20191209042840-269d4d468f6f/go.mod h1:M8M6+tZqaGXZJjfX53e64911xZQV5JYwmTeXPW+k8Sc= | ||||||
| github.com/coreos/etcd v3.3.10+incompatible/go.mod h1:uF7uidLiAD3TWHmW31ZFd/JWoc32PjwdhPthX9715RE= | github.com/coreos/etcd v3.3.10+incompatible/go.mod h1:uF7uidLiAD3TWHmW31ZFd/JWoc32PjwdhPthX9715RE= | ||||||
| @@ -24,20 +24,21 @@ github.com/dgraph-io/ristretto v0.1.1 h1:6CWw5tJNgpegArSHpNHJKldNeq03FQCwYvfMVWa | |||||||
| github.com/dgraph-io/ristretto v0.1.1/go.mod h1:S1GPSBCYCIhmVNfcth17y2zZtQT6wzkzgwUve0VDWWA= | github.com/dgraph-io/ristretto v0.1.1/go.mod h1:S1GPSBCYCIhmVNfcth17y2zZtQT6wzkzgwUve0VDWWA= | ||||||
| github.com/dgryski/go-farm v0.0.0-20190423205320-6a90982ecee2 h1:tdlZCpZ/P9DhczCTSixgIKmwPv6+wP5DGjqLYw5SUiA= | github.com/dgryski/go-farm v0.0.0-20190423205320-6a90982ecee2 h1:tdlZCpZ/P9DhczCTSixgIKmwPv6+wP5DGjqLYw5SUiA= | ||||||
| github.com/dgryski/go-farm v0.0.0-20190423205320-6a90982ecee2/go.mod h1:SqUrOPUnsFjfmXRMNPybcSiG0BgUW2AuFH8PAnS2iTw= | github.com/dgryski/go-farm v0.0.0-20190423205320-6a90982ecee2/go.mod h1:SqUrOPUnsFjfmXRMNPybcSiG0BgUW2AuFH8PAnS2iTw= | ||||||
| github.com/dustin/go-humanize v1.0.0 h1:VSnTsYCnlFHaM2/igO1h6X3HA71jcobQuxemgkq4zYo= |  | ||||||
| github.com/dustin/go-humanize v1.0.0/go.mod h1:HtrtbFcZ19U5GC7JDqmcUSB87Iq5E25KnS6fMYU6eOk= | github.com/dustin/go-humanize v1.0.0/go.mod h1:HtrtbFcZ19U5GC7JDqmcUSB87Iq5E25KnS6fMYU6eOk= | ||||||
|  | github.com/dustin/go-humanize v1.0.1 h1:GzkhY7T5VNhEkwH0PVJgjz+fX1rhBrR7pRT3mDkpeCY= | ||||||
|  | github.com/dustin/go-humanize v1.0.1/go.mod h1:Mu1zIs6XwVuF/gI1OepvI0qD18qycQx+mFykh5fBlto= | ||||||
| github.com/envoyproxy/go-control-plane v0.9.0/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4= | github.com/envoyproxy/go-control-plane v0.9.0/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4= | ||||||
| github.com/envoyproxy/go-control-plane v0.9.1-0.20191026205805-5f8ba28d4473/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4= | github.com/envoyproxy/go-control-plane v0.9.1-0.20191026205805-5f8ba28d4473/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4= | ||||||
| github.com/envoyproxy/go-control-plane v0.9.4/go.mod h1:6rpuAdCZL397s3pYoYcLgu1mIlRU8Am5FuJP05cCM98= | github.com/envoyproxy/go-control-plane v0.9.4/go.mod h1:6rpuAdCZL397s3pYoYcLgu1mIlRU8Am5FuJP05cCM98= | ||||||
| github.com/envoyproxy/protoc-gen-validate v0.1.0/go.mod h1:iSmxcyjqTsJpI2R4NaDN7+kN2VEUnK/pcBlmesArF7c= | github.com/envoyproxy/protoc-gen-validate v0.1.0/go.mod h1:iSmxcyjqTsJpI2R4NaDN7+kN2VEUnK/pcBlmesArF7c= | ||||||
| github.com/fsnotify/fsnotify v1.4.7/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMoQvtojpjFo= | github.com/fsnotify/fsnotify v1.4.7/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMoQvtojpjFo= | ||||||
| github.com/gofiber/utils v1.1.0 h1:vdEBpn7AzIUJRhe+CiTOJdUcTg4Q9RK+pEa0KPbLdrM= | github.com/gofiber/utils/v2 v2.0.0-beta.3 h1:pfOhUDDVjBJpkWv6C5jaDyYLvpui7zQ97zpyFFsUOKw= | ||||||
| github.com/gofiber/utils v1.1.0/go.mod h1:poZpsnhBykfnY1Mc0KeEa6mSHrS3dV0+oBWyeQmb2e0= | github.com/gofiber/utils/v2 v2.0.0-beta.3/go.mod h1:jsl17+MsKfwJjM3ONCE9Rzji/j8XNbwjhUVTjzgfDCo= | ||||||
| github.com/gogo/protobuf v1.3.2 h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q= | github.com/gogo/protobuf v1.3.2 h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q= | ||||||
| github.com/gogo/protobuf v1.3.2/go.mod h1:P1XiOD3dCwIKUDQYPy72D8LYyHL2YPYrpS2s69NZV8Q= | github.com/gogo/protobuf v1.3.2/go.mod h1:P1XiOD3dCwIKUDQYPy72D8LYyHL2YPYrpS2s69NZV8Q= | ||||||
| github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b/go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q= | github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b/go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q= | ||||||
| github.com/golang/glog v1.0.0 h1:nfP3RFugxnNRyKgeWd4oI1nYvXpxrx8ck8ZrcizshdQ= | github.com/golang/glog v1.1.2 h1:DVjP2PbBOzHyzA+dn3WhHIq4NdVu3Q+pvivFICf/7fo= | ||||||
| github.com/golang/glog v1.0.0/go.mod h1:EWib/APOK0SL3dFbYqvxE3UYd8E6s1ouQ7iEp/0LWV4= | github.com/golang/glog v1.1.2/go.mod h1:zR+okUeTbrL6EL3xHUDxZuEtGv04p5shwip1+mL/rLQ= | ||||||
| github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= | github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= | ||||||
| github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= | github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= | ||||||
| github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da h1:oI5xCqsCo564l8iNU+DwB5epxmsaqB+rhGL0m5jtYqE= | github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da h1:oI5xCqsCo564l8iNU+DwB5epxmsaqB+rhGL0m5jtYqE= | ||||||
| @@ -54,14 +55,14 @@ github.com/golang/protobuf v1.4.0/go.mod h1:jodUvKwWbYaEsadDk5Fwe5c77LiNKVO9IDvq | |||||||
| github.com/golang/protobuf v1.4.1/go.mod h1:U8fpvMrcmy5pZrNK1lt4xCsGvpyWQ/VVv6QDs8UjoX8= | github.com/golang/protobuf v1.4.1/go.mod h1:U8fpvMrcmy5pZrNK1lt4xCsGvpyWQ/VVv6QDs8UjoX8= | ||||||
| github.com/golang/protobuf v1.4.3/go.mod h1:oDoupMAO8OvCJWAcko0GGGIgR6R6ocIYbsSw735rRwI= | github.com/golang/protobuf v1.4.3/go.mod h1:oDoupMAO8OvCJWAcko0GGGIgR6R6ocIYbsSw735rRwI= | ||||||
| github.com/golang/protobuf v1.5.0/go.mod h1:FsONVRAS9T7sI+LIUmWTfcYkHO4aIWwzhcaSAoJOfIk= | github.com/golang/protobuf v1.5.0/go.mod h1:FsONVRAS9T7sI+LIUmWTfcYkHO4aIWwzhcaSAoJOfIk= | ||||||
| github.com/golang/protobuf v1.5.2 h1:ROPKBNFfQgOUMifHyP+KYbvpjbdoFNs+aK7DXlji0Tw= | github.com/golang/protobuf v1.5.3 h1:KhyjKVUg7Usr/dYsdSqoFveMYd5ko72D+zANwlG1mmg= | ||||||
| github.com/golang/protobuf v1.5.2/go.mod h1:XVQd3VNwM+JqD3oG2Ue2ip4fOMUkwXdXDdiuN0vRsmY= | github.com/golang/protobuf v1.5.3/go.mod h1:XVQd3VNwM+JqD3oG2Ue2ip4fOMUkwXdXDdiuN0vRsmY= | ||||||
| github.com/golang/snappy v0.0.3/go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q= | github.com/golang/snappy v0.0.3/go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q= | ||||||
| github.com/golang/snappy v0.0.4 h1:yAGX7huGHXlcLOEtBnF4w7FQwA26wojNCwOYAEhLjQM= | github.com/golang/snappy v0.0.4 h1:yAGX7huGHXlcLOEtBnF4w7FQwA26wojNCwOYAEhLjQM= | ||||||
| github.com/golang/snappy v0.0.4/go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q= | github.com/golang/snappy v0.0.4/go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q= | ||||||
| github.com/google/flatbuffers v1.12.1/go.mod h1:1AeVuKshWv4vARoZatz6mlQ0JxURH0Kv5+zNeJKJCa8= | github.com/google/flatbuffers v1.12.1/go.mod h1:1AeVuKshWv4vARoZatz6mlQ0JxURH0Kv5+zNeJKJCa8= | ||||||
| github.com/google/flatbuffers v22.10.26+incompatible h1:z1QiaMyPu1x3Z6xf2u1dsLj1ZxicdGSeaLpCuIsQNZM= | github.com/google/flatbuffers v23.5.26+incompatible h1:M9dgRyhJemaM4Sw8+66GHBu8ioaQmyPLg1b8VwK5WJg= | ||||||
| github.com/google/flatbuffers v22.10.26+incompatible/go.mod h1:1AeVuKshWv4vARoZatz6mlQ0JxURH0Kv5+zNeJKJCa8= | github.com/google/flatbuffers v23.5.26+incompatible/go.mod h1:1AeVuKshWv4vARoZatz6mlQ0JxURH0Kv5+zNeJKJCa8= | ||||||
| github.com/google/go-cmp v0.2.0/go.mod h1:oXzfMopK8JAjlY9xF4vHSVASa0yLyX7SntLO5aqRK0M= | github.com/google/go-cmp v0.2.0/go.mod h1:oXzfMopK8JAjlY9xF4vHSVASa0yLyX7SntLO5aqRK0M= | ||||||
| github.com/google/go-cmp v0.3.0/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU= | github.com/google/go-cmp v0.3.0/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU= | ||||||
| github.com/google/go-cmp v0.3.1/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU= | github.com/google/go-cmp v0.3.1/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU= | ||||||
| @@ -72,15 +73,19 @@ github.com/google/go-cmp v0.5.4/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/ | |||||||
| github.com/google/go-cmp v0.5.5 h1:Khx7svrCpmxxtHBq5j2mp/xVjsi8hQMfNLvJFAlrGgU= | github.com/google/go-cmp v0.5.5 h1:Khx7svrCpmxxtHBq5j2mp/xVjsi8hQMfNLvJFAlrGgU= | ||||||
| github.com/google/go-cmp v0.5.5/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= | github.com/google/go-cmp v0.5.5/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= | ||||||
| github.com/google/uuid v1.1.2/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= | github.com/google/uuid v1.1.2/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= | ||||||
|  | github.com/google/uuid v1.3.1 h1:KjJaJ9iWZ3jOFZIf1Lqf4laDRCasjl0BCmnEGxkdLb4= | ||||||
|  | github.com/google/uuid v1.3.1/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= | ||||||
| github.com/hashicorp/hcl v1.0.0/go.mod h1:E5yfLk+7swimpb2L/Alb/PJmXilQ/rhwaUYs4T20WEQ= | github.com/hashicorp/hcl v1.0.0/go.mod h1:E5yfLk+7swimpb2L/Alb/PJmXilQ/rhwaUYs4T20WEQ= | ||||||
| github.com/inconshreveable/mousetrap v1.0.0/go.mod h1:PxqpIevigyE2G7u3NXJIT2ANytuPF1OarO4DADm73n8= | github.com/inconshreveable/mousetrap v1.0.0/go.mod h1:PxqpIevigyE2G7u3NXJIT2ANytuPF1OarO4DADm73n8= | ||||||
| github.com/kisielk/errcheck v1.5.0/go.mod h1:pFxgyoBC7bSaBwPgfKdkLd5X25qrDl4LWUI2bnpBCr8= | github.com/kisielk/errcheck v1.5.0/go.mod h1:pFxgyoBC7bSaBwPgfKdkLd5X25qrDl4LWUI2bnpBCr8= | ||||||
| github.com/kisielk/gotool v1.0.0/go.mod h1:XhKaO+MFFWcvkIS/tQcRk01m1F5IRFswLeQ+oQHNcck= | github.com/kisielk/gotool v1.0.0/go.mod h1:XhKaO+MFFWcvkIS/tQcRk01m1F5IRFswLeQ+oQHNcck= | ||||||
| github.com/klauspost/compress v1.12.3/go.mod h1:8dP1Hq4DHOhN9w426knH3Rhby4rFm6D8eO+e+Dq5Gzg= | github.com/klauspost/compress v1.12.3/go.mod h1:8dP1Hq4DHOhN9w426knH3Rhby4rFm6D8eO+e+Dq5Gzg= | ||||||
| github.com/klauspost/compress v1.15.12 h1:YClS/PImqYbn+UILDnqxQCZ3RehC9N318SU3kElDUEM= | github.com/klauspost/compress v1.16.7 h1:2mk3MPGNzKyxErAw8YaohYh69+pa4sIQSC0fPGCFR9I= | ||||||
| github.com/klauspost/compress v1.15.12/go.mod h1:QPwzmACJjUTFsnSHH934V6woptycfrDDJnH7hvFVbGM= | github.com/klauspost/compress v1.16.7/go.mod h1:ntbaceVETuRiXiv4DpjP66DpAtAGkEQskQzEyD//IeE= | ||||||
|  | github.com/kr/pretty v0.1.0 h1:L/CwN0zerZDmRFUapSPitk6f+Q3+0za1rQkzVuMiMFI= | ||||||
| github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo= | github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo= | ||||||
| github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ= | github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ= | ||||||
|  | github.com/kr/text v0.1.0 h1:45sCR5RtlFHMR4UwH9sdQ5TC8v0qDQCHnXt+kaKSTVE= | ||||||
| github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI= | github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI= | ||||||
| github.com/magiconair/properties v1.8.0/go.mod h1:PppfXfuXeibc/6YijjN8zIbojt8czPbwD3XqdrwzmxQ= | github.com/magiconair/properties v1.8.0/go.mod h1:PppfXfuXeibc/6YijjN8zIbojt8czPbwD3XqdrwzmxQ= | ||||||
| github.com/mitchellh/go-homedir v1.1.0/go.mod h1:SfyaCUpYCn1Vlf4IUYiD9fPX4A5wJrkLzIz1N1q0pr0= | github.com/mitchellh/go-homedir v1.1.0/go.mod h1:SfyaCUpYCn1Vlf4IUYiD9fPX4A5wJrkLzIz1N1q0pr0= | ||||||
| @@ -108,8 +113,9 @@ github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXf | |||||||
| github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4= | github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4= | ||||||
| github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= | github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= | ||||||
| github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU= | github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU= | ||||||
| github.com/stretchr/testify v1.8.1 h1:w7B6lhMri9wdJUVmEZPGGhZzrYTPvgJArz7wNPgYKsk= |  | ||||||
| github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4= | github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4= | ||||||
|  | github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk= | ||||||
|  | github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo= | ||||||
| github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8/go.mod h1:VFNgLljTbGfSG7qAOspJ7OScBnGdDN/yBr0sguwnwf0= | github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8/go.mod h1:VFNgLljTbGfSG7qAOspJ7OScBnGdDN/yBr0sguwnwf0= | ||||||
| github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77/go.mod h1:aYKd//L2LvnjZzWKhF00oedf4jCCReLcmhLdhm1A27Q= | github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77/go.mod h1:aYKd//L2LvnjZzWKhF00oedf4jCCReLcmhLdhm1A27Q= | ||||||
| github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= | github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= | ||||||
| @@ -136,8 +142,8 @@ golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLL | |||||||
| golang.org/x/net v0.0.0-20200226121028-0de0cce0169b/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= | golang.org/x/net v0.0.0-20200226121028-0de0cce0169b/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= | ||||||
| golang.org/x/net v0.0.0-20201021035429-f5854403a974/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU= | golang.org/x/net v0.0.0-20201021035429-f5854403a974/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU= | ||||||
| golang.org/x/net v0.0.0-20201110031124-69a78807bb2b/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU= | golang.org/x/net v0.0.0-20201110031124-69a78807bb2b/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU= | ||||||
| golang.org/x/net v0.7.0 h1:rJrUqqhjsgNp7KqAIc25s9pZnjU7TUcSY7HcVZjdn1g= | golang.org/x/net v0.14.0 h1:BONx9s002vGdD9umnlX1Po8vOZmrgH34qlHcD1MfK14= | ||||||
| golang.org/x/net v0.7.0/go.mod h1:2Tu9+aMcznHK/AK1HMvgo6xiTLG5rD5rZLDS+rp2Bjs= | golang.org/x/net v0.14.0/go.mod h1:PpSgVXXLK0OxS0F31C1/tv6XNguvCrnXIDrFMspZIUI= | ||||||
| golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U= | golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U= | ||||||
| golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= | golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= | ||||||
| golang.org/x/sync v0.0.0-20181108010431-42b317875d0f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= | golang.org/x/sync v0.0.0-20181108010431-42b317875d0f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= | ||||||
| @@ -152,8 +158,8 @@ golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7w | |||||||
| golang.org/x/sys v0.0.0-20190502145724-3ef323f4f1fd/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= | golang.org/x/sys v0.0.0-20190502145724-3ef323f4f1fd/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= | ||||||
| golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= | golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= | ||||||
| golang.org/x/sys v0.0.0-20221010170243-090e33056c14/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= | golang.org/x/sys v0.0.0-20221010170243-090e33056c14/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= | ||||||
| golang.org/x/sys v0.5.0 h1:MUK/U/4lj1t1oPg0HfuXDN/Z1wv31ZJ/YcPiGccS4DU= | golang.org/x/sys v0.11.0 h1:eG7RXZHdqOJ1i+0lgLgCpSXAp6M3LYlAo6osgSi0xOM= | ||||||
| golang.org/x/sys v0.5.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= | golang.org/x/sys v0.11.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= | ||||||
| golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= | golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= | ||||||
| golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= | golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= | ||||||
| golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= | golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= | ||||||
| @@ -192,9 +198,10 @@ google.golang.org/protobuf v1.23.1-0.20200526195155-81db48ad09cc/go.mod h1:EGpAD | |||||||
| google.golang.org/protobuf v1.25.0/go.mod h1:9JNX74DMeImyA3h4bdi1ymwjUzf21/xIlbajtzgsN7c= | google.golang.org/protobuf v1.25.0/go.mod h1:9JNX74DMeImyA3h4bdi1ymwjUzf21/xIlbajtzgsN7c= | ||||||
| google.golang.org/protobuf v1.26.0-rc.1/go.mod h1:jlhhOSvTdKEhbULTjvd4ARK9grFBp09yW+WbY/TyQbw= | google.golang.org/protobuf v1.26.0-rc.1/go.mod h1:jlhhOSvTdKEhbULTjvd4ARK9grFBp09yW+WbY/TyQbw= | ||||||
| google.golang.org/protobuf v1.26.0/go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQnmE0givc= | google.golang.org/protobuf v1.26.0/go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQnmE0givc= | ||||||
| google.golang.org/protobuf v1.28.1 h1:d0NfwRgPtno5B1Wa6L2DAG+KivqkdutMf1UhdNx175w= | google.golang.org/protobuf v1.31.0 h1:g0LDEJHgrBl9N9r17Ru3sqWhkIx2NB67okBHPwC7hs8= | ||||||
| google.golang.org/protobuf v1.28.1/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I= | google.golang.org/protobuf v1.31.0/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I= | ||||||
| gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= | gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= | ||||||
|  | gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 h1:YR8cESwS4TdDjEe65xsg0ogRM/Nc3DYOhEAlW+xobZo= | ||||||
| gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= | gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= | ||||||
| gopkg.in/yaml.v2 v2.2.2/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= | gopkg.in/yaml.v2 v2.2.2/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= | ||||||
| gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= | gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= | ||||||
|   | |||||||
| @@ -11,6 +11,7 @@ title: Bbolt | |||||||
|  |  | ||||||
| A Bbolt storage driver using [etcd-io/bbolt](https://github.com/etcd-io/bbolt). Bolt is a pure Go key/value store inspired by [Howard Chu's](https://twitter.com/hyc_symas) [LMDB project](https://www.symas.com/symas-embedded-database-lmdb). The goal of the project is to provide a simple, fast, and reliable database for projects that don't require a full database server such as Postgres or MySQL. | A Bbolt storage driver using [etcd-io/bbolt](https://github.com/etcd-io/bbolt). Bolt is a pure Go key/value store inspired by [Howard Chu's](https://twitter.com/hyc_symas) [LMDB project](https://www.symas.com/symas-embedded-database-lmdb). The goal of the project is to provide a simple, fast, and reliable database for projects that don't require a full database server such as Postgres or MySQL. | ||||||
|  |  | ||||||
|  | **Note: Requires Go 1.19 and above** | ||||||
|  |  | ||||||
| ### Table of Contents | ### Table of Contents | ||||||
| - [Signatures](#signatures) | - [Signatures](#signatures) | ||||||
| @@ -36,13 +37,13 @@ go mod init github.com/<user>/<repo> | |||||||
| ``` | ``` | ||||||
| And then install the s3 implementation: | And then install the s3 implementation: | ||||||
| ```bash | ```bash | ||||||
| go get github.com/gofiber/storage/bbolt | go get github.com/gofiber/storage/bbolt/v2 | ||||||
| ``` | ``` | ||||||
|  |  | ||||||
| ### Examples | ### Examples | ||||||
| Import the storage package. | Import the storage package. | ||||||
| ```go | ```go | ||||||
| import "github.com/gofiber/storage/bbolt" | import "github.com/gofiber/storage/bbolt/v2" | ||||||
| ``` | ``` | ||||||
|  |  | ||||||
| You can use the following possibilities to create a storage: | You can use the following possibilities to create a storage: | ||||||
|   | |||||||
| @@ -3,7 +3,7 @@ package bbolt | |||||||
| import ( | import ( | ||||||
| 	"time" | 	"time" | ||||||
|  |  | ||||||
| 	"github.com/gofiber/utils" | 	"github.com/gofiber/utils/v2" | ||||||
| 	"go.etcd.io/bbolt" | 	"go.etcd.io/bbolt" | ||||||
| ) | ) | ||||||
|  |  | ||||||
| @@ -18,7 +18,7 @@ func New(config ...Config) *Storage { | |||||||
| 	// Set default config | 	// Set default config | ||||||
| 	cfg := configDefault(config...) | 	cfg := configDefault(config...) | ||||||
|  |  | ||||||
| 	conn, err := bbolt.Open(cfg.Database, 0666, &bbolt.Options{ | 	conn, err := bbolt.Open(cfg.Database, 0o666, &bbolt.Options{ | ||||||
| 		Timeout:  cfg.Timeout, | 		Timeout:  cfg.Timeout, | ||||||
| 		ReadOnly: cfg.ReadOnly, | 		ReadOnly: cfg.ReadOnly, | ||||||
| 	}) | 	}) | ||||||
| @@ -42,7 +42,6 @@ func New(config ...Config) *Storage { | |||||||
| 		conn:   conn, | 		conn:   conn, | ||||||
| 		bucket: cfg.Bucket, | 		bucket: cfg.Bucket, | ||||||
| 	} | 	} | ||||||
|  |  | ||||||
| } | } | ||||||
|  |  | ||||||
| // Get value by key | // Get value by key | ||||||
|   | |||||||
| @@ -3,7 +3,7 @@ package bbolt | |||||||
| import ( | import ( | ||||||
| 	"testing" | 	"testing" | ||||||
|  |  | ||||||
| 	"github.com/gofiber/utils" | 	"github.com/stretchr/testify/require" | ||||||
| ) | ) | ||||||
|  |  | ||||||
| var testStore = New() | var testStore = New() | ||||||
| @@ -15,7 +15,7 @@ func Test_Bbolt_Set(t *testing.T) { | |||||||
| 	) | 	) | ||||||
|  |  | ||||||
| 	err := testStore.Set(key, val, 0) | 	err := testStore.Set(key, val, 0) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
| } | } | ||||||
|  |  | ||||||
| func Test_Bbolt_Set_Override(t *testing.T) { | func Test_Bbolt_Set_Override(t *testing.T) { | ||||||
| @@ -25,10 +25,10 @@ func Test_Bbolt_Set_Override(t *testing.T) { | |||||||
| 	) | 	) | ||||||
|  |  | ||||||
| 	err := testStore.Set(key, val, 0) | 	err := testStore.Set(key, val, 0) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	err = testStore.Set(key, val, 0) | 	err = testStore.Set(key, val, 0) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
| } | } | ||||||
|  |  | ||||||
| func Test_Bbolt_Get(t *testing.T) { | func Test_Bbolt_Get(t *testing.T) { | ||||||
| @@ -38,18 +38,17 @@ func Test_Bbolt_Get(t *testing.T) { | |||||||
| 	) | 	) | ||||||
|  |  | ||||||
| 	err := testStore.Set(key, val, 0) | 	err := testStore.Set(key, val, 0) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	result, err := testStore.Get(key) | 	result, err := testStore.Get(key) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
| 	utils.AssertEqual(t, val, result) | 	require.Equal(t, val, result) | ||||||
| } | } | ||||||
|  |  | ||||||
| func Test_Bbolt_Get_NotExist(t *testing.T) { | func Test_Bbolt_Get_NotExist(t *testing.T) { | ||||||
|  |  | ||||||
| 	result, err := testStore.Get("notexist") | 	result, err := testStore.Get("notexist") | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
| 	utils.AssertEqual(t, true, len(result) == 0) | 	require.Zero(t, len(result)) | ||||||
| } | } | ||||||
|  |  | ||||||
| func Test_Bbolt_Delete(t *testing.T) { | func Test_Bbolt_Delete(t *testing.T) { | ||||||
| @@ -59,43 +58,41 @@ func Test_Bbolt_Delete(t *testing.T) { | |||||||
| 	) | 	) | ||||||
|  |  | ||||||
| 	err := testStore.Set(key, val, 0) | 	err := testStore.Set(key, val, 0) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	err = testStore.Delete(key) | 	err = testStore.Delete(key) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	result, err := testStore.Get(key) | 	result, err := testStore.Get(key) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
| 	utils.AssertEqual(t, true, len(result) == 0) | 	require.Zero(t, len(result)) | ||||||
| } | } | ||||||
|  |  | ||||||
| func Test_Bbolt_Reset(t *testing.T) { | func Test_Bbolt_Reset(t *testing.T) { | ||||||
| 	var ( | 	val := []byte("doe") | ||||||
| 		val = []byte("doe") |  | ||||||
| 	) |  | ||||||
|  |  | ||||||
| 	err := testStore.Set("john1", val, 0) | 	err := testStore.Set("john1", val, 0) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	err = testStore.Set("john2", val, 0) | 	err = testStore.Set("john2", val, 0) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	err = testStore.Reset() | 	err = testStore.Reset() | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	result, err := testStore.Get("john1") | 	result, err := testStore.Get("john1") | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
| 	utils.AssertEqual(t, true, len(result) == 0) | 	require.Zero(t, len(result)) | ||||||
|  |  | ||||||
| 	result, err = testStore.Get("john2") | 	result, err = testStore.Get("john2") | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
| 	utils.AssertEqual(t, true, len(result) == 0) | 	require.Zero(t, len(result)) | ||||||
| } | } | ||||||
|  |  | ||||||
| func Test_Bbolt_Close(t *testing.T) { | func Test_Bbolt_Close(t *testing.T) { | ||||||
| 	utils.AssertEqual(t, nil, testStore.Close()) | 	require.Nil(t, testStore.Close()) | ||||||
| } | } | ||||||
|  |  | ||||||
| func Test_Bbolt_Conn(t *testing.T) { | func Test_Bbolt_Conn(t *testing.T) { | ||||||
| 	utils.AssertEqual(t, true, testStore.Conn() != nil) | 	require.True(t, testStore.Conn() != nil) | ||||||
| } | } | ||||||
|   | |||||||
							
								
								
									
										15
									
								
								bbolt/go.mod
									
									
									
									
									
								
							
							
						
						
									
										15
									
								
								bbolt/go.mod
									
									
									
									
									
								
							| @@ -1,10 +1,17 @@ | |||||||
| module github.com/gofiber/storage/bbolt | module github.com/gofiber/storage/bbolt/v2 | ||||||
|  |  | ||||||
| go 1.18 | go 1.19 | ||||||
|  |  | ||||||
| require ( | require ( | ||||||
| 	github.com/gofiber/utils v1.0.1 | 	github.com/gofiber/utils/v2 v2.0.0-beta.3 | ||||||
|  | 	github.com/stretchr/testify v1.8.4 | ||||||
| 	go.etcd.io/bbolt v1.3.7 | 	go.etcd.io/bbolt v1.3.7 | ||||||
| ) | ) | ||||||
|  |  | ||||||
| require golang.org/x/sys v0.4.0 // indirect | require ( | ||||||
|  | 	github.com/davecgh/go-spew v1.1.1 // indirect | ||||||
|  | 	github.com/google/uuid v1.3.1 // indirect | ||||||
|  | 	github.com/pmezard/go-difflib v1.0.0 // indirect | ||||||
|  | 	golang.org/x/sys v0.11.0 // indirect | ||||||
|  | 	gopkg.in/yaml.v3 v3.0.1 // indirect | ||||||
|  | ) | ||||||
|   | |||||||
							
								
								
									
										18
									
								
								bbolt/go.sum
									
									
									
									
									
								
							
							
						
						
									
										18
									
								
								bbolt/go.sum
									
									
									
									
									
								
							| @@ -1,10 +1,18 @@ | |||||||
| github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= | github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= | ||||||
| github.com/gofiber/utils v1.0.1 h1:knct4cXwBipWQqFrOy1Pv6UcgPM+EXo9jDgc66V1Qio= | github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= | ||||||
| github.com/gofiber/utils v1.0.1/go.mod h1:pacRFtghAE3UoknMOUiXh2Io/nLWSUHtQCi/3QASsOc= | github.com/gofiber/utils/v2 v2.0.0-beta.3 h1:pfOhUDDVjBJpkWv6C5jaDyYLvpui7zQ97zpyFFsUOKw= | ||||||
|  | github.com/gofiber/utils/v2 v2.0.0-beta.3/go.mod h1:jsl17+MsKfwJjM3ONCE9Rzji/j8XNbwjhUVTjzgfDCo= | ||||||
|  | github.com/google/uuid v1.3.1 h1:KjJaJ9iWZ3jOFZIf1Lqf4laDRCasjl0BCmnEGxkdLb4= | ||||||
|  | github.com/google/uuid v1.3.1/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= | ||||||
| github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= | github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= | ||||||
| github.com/stretchr/testify v1.8.1 h1:w7B6lhMri9wdJUVmEZPGGhZzrYTPvgJArz7wNPgYKsk= | github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= | ||||||
|  | github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk= | ||||||
|  | github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo= | ||||||
| go.etcd.io/bbolt v1.3.7 h1:j+zJOnnEjF/kyHlDDgGnVL/AIqIJPq8UoB2GSNfkUfQ= | go.etcd.io/bbolt v1.3.7 h1:j+zJOnnEjF/kyHlDDgGnVL/AIqIJPq8UoB2GSNfkUfQ= | ||||||
| go.etcd.io/bbolt v1.3.7/go.mod h1:N9Mkw9X8x5fupy0IKsmuqVtoGDyxsaDlbk4Rd05IAQw= | go.etcd.io/bbolt v1.3.7/go.mod h1:N9Mkw9X8x5fupy0IKsmuqVtoGDyxsaDlbk4Rd05IAQw= | ||||||
| golang.org/x/sys v0.4.0 h1:Zr2JFtRQNX3BCZ8YtxRE9hNJYC8J6I1MVbMg6owUp18= | golang.org/x/sys v0.11.0 h1:eG7RXZHdqOJ1i+0lgLgCpSXAp6M3LYlAo6osgSi0xOM= | ||||||
| golang.org/x/sys v0.4.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= | golang.org/x/sys v0.11.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= | ||||||
|  | gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM= | ||||||
|  | gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= | ||||||
| gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA= | gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA= | ||||||
|  | gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= | ||||||
|   | |||||||
| @@ -1,7 +1,7 @@ | |||||||
| package bbolt | package bbolt | ||||||
|  |  | ||||||
| import ( | import ( | ||||||
| 	"github.com/gofiber/utils" | 	"github.com/gofiber/utils/v2" | ||||||
| 	"go.etcd.io/bbolt" | 	"go.etcd.io/bbolt" | ||||||
| ) | ) | ||||||
|  |  | ||||||
|   | |||||||
| @@ -35,7 +35,7 @@ necessary for the client to operate correctly. | |||||||
| To start a Coherence cluster using Docker, issue the following: | To start a Coherence cluster using Docker, issue the following: | ||||||
|  |  | ||||||
| ```bash | ```bash | ||||||
| docker run -d -p 1408:1408 ghcr.io/oracle/coherencestore-ce:22.06.5 | docker run -d -p 1408:1408 ghcr.io/oracle/coherence-ce:22.06.5 | ||||||
| ``` | ``` | ||||||
|  |  | ||||||
| See the documentation [here](https://pkg.go.dev/github.com/oracle/coherence-go-client/coherence#hdr-Obtaining_a_Session) on connection options | See the documentation [here](https://pkg.go.dev/github.com/oracle/coherence-go-client/coherence#hdr-Obtaining_a_Session) on connection options | ||||||
|   | |||||||
| @@ -1,17 +1,18 @@ | |||||||
| module coherence | module github.com/gofiber/storage/coherence | ||||||
|  |  | ||||||
| go 1.19 | go 1.19 | ||||||
|  |  | ||||||
| require github.com/oracle/coherence-go-client v1.0.1 | require github.com/oracle/coherence-go-client v1.0.1 | ||||||
|  |  | ||||||
|  | require google.golang.org/genproto/googleapis/rpc v0.0.0-20230525234030-28d5490b6b19 // indirect | ||||||
|  |  | ||||||
| require ( | require ( | ||||||
| 	github.com/gofiber/utils v1.1.0 | 	github.com/gofiber/utils v1.1.0 | ||||||
| 	github.com/golang/protobuf v1.5.2 // indirect | 	github.com/golang/protobuf v1.5.3 // indirect | ||||||
| 	github.com/google/uuid v1.3.0 // indirect | 	github.com/google/uuid v1.3.1 // indirect | ||||||
| 	golang.org/x/net v0.8.0 // indirect | 	golang.org/x/net v0.14.0 // indirect | ||||||
| 	golang.org/x/sys v0.6.0 // indirect | 	golang.org/x/sys v0.11.0 // indirect | ||||||
| 	golang.org/x/text v0.8.0 // indirect | 	golang.org/x/text v0.12.0 // indirect | ||||||
| 	google.golang.org/genproto v0.0.0-20230110181048-76db0878b65f // indirect | 	google.golang.org/grpc v1.57.0 // indirect | ||||||
| 	google.golang.org/grpc v1.53.0 // indirect | 	google.golang.org/protobuf v1.31.0 // indirect | ||||||
| 	google.golang.org/protobuf v1.28.1 // indirect |  | ||||||
| ) | ) | ||||||
|   | |||||||
| @@ -1,28 +1,28 @@ | |||||||
| github.com/gofiber/utils v1.1.0 h1:vdEBpn7AzIUJRhe+CiTOJdUcTg4Q9RK+pEa0KPbLdrM= | github.com/gofiber/utils v1.1.0 h1:vdEBpn7AzIUJRhe+CiTOJdUcTg4Q9RK+pEa0KPbLdrM= | ||||||
| github.com/gofiber/utils v1.1.0/go.mod h1:poZpsnhBykfnY1Mc0KeEa6mSHrS3dV0+oBWyeQmb2e0= | github.com/gofiber/utils v1.1.0/go.mod h1:poZpsnhBykfnY1Mc0KeEa6mSHrS3dV0+oBWyeQmb2e0= | ||||||
| github.com/golang/protobuf v1.5.0/go.mod h1:FsONVRAS9T7sI+LIUmWTfcYkHO4aIWwzhcaSAoJOfIk= | github.com/golang/protobuf v1.5.0/go.mod h1:FsONVRAS9T7sI+LIUmWTfcYkHO4aIWwzhcaSAoJOfIk= | ||||||
| github.com/golang/protobuf v1.5.2 h1:ROPKBNFfQgOUMifHyP+KYbvpjbdoFNs+aK7DXlji0Tw= | github.com/golang/protobuf v1.5.3 h1:KhyjKVUg7Usr/dYsdSqoFveMYd5ko72D+zANwlG1mmg= | ||||||
| github.com/golang/protobuf v1.5.2/go.mod h1:XVQd3VNwM+JqD3oG2Ue2ip4fOMUkwXdXDdiuN0vRsmY= | github.com/golang/protobuf v1.5.3/go.mod h1:XVQd3VNwM+JqD3oG2Ue2ip4fOMUkwXdXDdiuN0vRsmY= | ||||||
| github.com/google/go-cmp v0.5.5/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= | github.com/google/go-cmp v0.5.5/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= | ||||||
| github.com/google/go-cmp v0.5.9 h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38= | github.com/google/go-cmp v0.5.9 h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38= | ||||||
| github.com/google/uuid v1.3.0 h1:t6JiXgmwXMjEs8VusXIJk2BXHsn+wx8BZdTaoZ5fu7I= | github.com/google/uuid v1.3.1 h1:KjJaJ9iWZ3jOFZIf1Lqf4laDRCasjl0BCmnEGxkdLb4= | ||||||
| github.com/google/uuid v1.3.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= | github.com/google/uuid v1.3.1/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= | ||||||
| github.com/onsi/gomega v1.18.1 h1:M1GfJqGRrBrrGGsbxzV5dqM2U2ApXefZCQpkukxYRLE= | github.com/onsi/gomega v1.18.1 h1:M1GfJqGRrBrrGGsbxzV5dqM2U2ApXefZCQpkukxYRLE= | ||||||
| github.com/oracle/coherence-go-client v1.0.1 h1:MJ9S46+G8DHg/b3c/XB+mGA58wmTE0HdBCH1t+WrIBs= | github.com/oracle/coherence-go-client v1.0.1 h1:MJ9S46+G8DHg/b3c/XB+mGA58wmTE0HdBCH1t+WrIBs= | ||||||
| github.com/oracle/coherence-go-client v1.0.1/go.mod h1:tdIKuX6brsdTCARlbxeRYiOF0TA4tA8ujHO4BCS1mjk= | github.com/oracle/coherence-go-client v1.0.1/go.mod h1:tdIKuX6brsdTCARlbxeRYiOF0TA4tA8ujHO4BCS1mjk= | ||||||
| golang.org/x/net v0.8.0 h1:Zrh2ngAOFYneWTAIAPethzeaQLuHwhuBkuV6ZiRnUaQ= | golang.org/x/net v0.14.0 h1:BONx9s002vGdD9umnlX1Po8vOZmrgH34qlHcD1MfK14= | ||||||
| golang.org/x/net v0.8.0/go.mod h1:QVkue5JL9kW//ek3r6jTKnTFis1tRmNAW2P1shuFdJc= | golang.org/x/net v0.14.0/go.mod h1:PpSgVXXLK0OxS0F31C1/tv6XNguvCrnXIDrFMspZIUI= | ||||||
| golang.org/x/sys v0.6.0 h1:MVltZSvRTcU2ljQOhs94SXPftV6DCNnZViHeQps87pQ= | golang.org/x/sys v0.11.0 h1:eG7RXZHdqOJ1i+0lgLgCpSXAp6M3LYlAo6osgSi0xOM= | ||||||
| golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= | golang.org/x/sys v0.11.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= | ||||||
| golang.org/x/text v0.8.0 h1:57P1ETyNKtuIjB4SRd15iJxuhj8Gc416Y78H3qgMh68= | golang.org/x/text v0.12.0 h1:k+n5B8goJNdU7hSvEtMUz3d1Q6D/XW4COJSJR6fN0mc= | ||||||
| golang.org/x/text v0.8.0/go.mod h1:e1OnstbJyHTd6l/uOt8jFFHp6TRDWZR/bV3emEE/zU8= | golang.org/x/text v0.12.0/go.mod h1:TvPlkZtksWOMsz7fbANvkp4WM8x/WCo/om8BMLbz+aE= | ||||||
| golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= | golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= | ||||||
| google.golang.org/genproto v0.0.0-20230110181048-76db0878b65f h1:BWUVssLB0HVOSY78gIdvk1dTVYtT1y8SBWtPYuTJ/6w= | google.golang.org/genproto/googleapis/rpc v0.0.0-20230525234030-28d5490b6b19 h1:0nDDozoAU19Qb2HwhXadU8OcsiO/09cnTqhUtq2MEOM= | ||||||
| google.golang.org/genproto v0.0.0-20230110181048-76db0878b65f/go.mod h1:RGgjbofJ8xD9Sq1VVhDM1Vok1vRONV+rg+CjzG4SZKM= | google.golang.org/genproto/googleapis/rpc v0.0.0-20230525234030-28d5490b6b19/go.mod h1:66JfowdXAEgad5O9NnYcsNPLCPZJD++2L9X0PCMODrA= | ||||||
| google.golang.org/grpc v1.53.0 h1:LAv2ds7cmFV/XTS3XG1NneeENYrXGmorPxsBbptIjNc= | google.golang.org/grpc v1.57.0 h1:kfzNeI/klCGD2YPMUlaGNT3pxvYfga7smW3Vth8Zsiw= | ||||||
| google.golang.org/grpc v1.53.0/go.mod h1:OnIrk0ipVdj4N5d9IUoFUx72/VlD7+jUsHwZgwSMQpw= | google.golang.org/grpc v1.57.0/go.mod h1:Sd+9RMTACXwmub0zcNY2c4arhtrbBYD1AUHI/dt16Mo= | ||||||
| google.golang.org/protobuf v1.26.0-rc.1/go.mod h1:jlhhOSvTdKEhbULTjvd4ARK9grFBp09yW+WbY/TyQbw= | google.golang.org/protobuf v1.26.0-rc.1/go.mod h1:jlhhOSvTdKEhbULTjvd4ARK9grFBp09yW+WbY/TyQbw= | ||||||
| google.golang.org/protobuf v1.26.0/go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQnmE0givc= | google.golang.org/protobuf v1.26.0/go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQnmE0givc= | ||||||
| google.golang.org/protobuf v1.28.1 h1:d0NfwRgPtno5B1Wa6L2DAG+KivqkdutMf1UhdNx175w= | google.golang.org/protobuf v1.31.0 h1:g0LDEJHgrBl9N9r17Ru3sqWhkIx2NB67okBHPwC7hs8= | ||||||
| google.golang.org/protobuf v1.28.1/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I= | google.golang.org/protobuf v1.31.0/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I= | ||||||
| gopkg.in/yaml.v2 v2.4.0 h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY= | gopkg.in/yaml.v2 v2.4.0 h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY= | ||||||
|   | |||||||
| @@ -11,6 +11,8 @@ title: Couchbase | |||||||
|  |  | ||||||
| A Couchbase storage driver using [couchbase/gocb](https://github.com/couchbase/gocb). | A Couchbase storage driver using [couchbase/gocb](https://github.com/couchbase/gocb). | ||||||
|  |  | ||||||
|  | **Note: Requires Go 1.19 and above** | ||||||
|  |  | ||||||
| ### Table of Contents | ### Table of Contents | ||||||
| - [Signatures](#signatures) | - [Signatures](#signatures) | ||||||
| - [Installation](#installation) | - [Installation](#installation) | ||||||
| @@ -35,13 +37,13 @@ go mod init github.com/<user>/<repo> | |||||||
| ``` | ``` | ||||||
| And then install the Couchbase implementation: | And then install the Couchbase implementation: | ||||||
| ```bash | ```bash | ||||||
| go get github.com/gofiber/storage/couchbase | go get github.com/gofiber/storage/couchbase/v2 | ||||||
| ``` | ``` | ||||||
|  |  | ||||||
| ### Examples | ### Examples | ||||||
| Import the storage package. | Import the storage package. | ||||||
| ```go | ```go | ||||||
| import "github.com/gofiber/storage/couchbase" | import "github.com/gofiber/storage/couchbase/v2" | ||||||
| ``` | ``` | ||||||
|  |  | ||||||
| You can use the following possibilities to create a storage: | You can use the following possibilities to create a storage: | ||||||
|   | |||||||
| @@ -26,7 +26,6 @@ func New(config ...Config) *Storage { | |||||||
| 		}, | 		}, | ||||||
| 		Transcoder: gocb.NewLegacyTranscoder(), | 		Transcoder: gocb.NewLegacyTranscoder(), | ||||||
| 	}) | 	}) | ||||||
|  |  | ||||||
| 	if err != nil { | 	if err != nil { | ||||||
| 		panic(err) | 		panic(err) | ||||||
| 	} | 	} | ||||||
|   | |||||||
| @@ -4,7 +4,7 @@ import ( | |||||||
| 	"testing" | 	"testing" | ||||||
| 	"time" | 	"time" | ||||||
|  |  | ||||||
| 	"github.com/gofiber/utils" | 	"github.com/stretchr/testify/require" | ||||||
| ) | ) | ||||||
|  |  | ||||||
| func TestSetCouchbase_ShouldReturnNoError(t *testing.T) { | func TestSetCouchbase_ShouldReturnNoError(t *testing.T) { | ||||||
| @@ -17,7 +17,7 @@ func TestSetCouchbase_ShouldReturnNoError(t *testing.T) { | |||||||
|  |  | ||||||
| 	err := testStorage.Set("test", []byte("test"), 0) | 	err := testStorage.Set("test", []byte("test"), 0) | ||||||
|  |  | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
| } | } | ||||||
|  |  | ||||||
| func TestGetCouchbase_ShouldReturnNil_WhenDocumentNotFound(t *testing.T) { | func TestGetCouchbase_ShouldReturnNil_WhenDocumentNotFound(t *testing.T) { | ||||||
| @@ -30,8 +30,8 @@ func TestGetCouchbase_ShouldReturnNil_WhenDocumentNotFound(t *testing.T) { | |||||||
|  |  | ||||||
| 	val, err := testStorage.Get("not_found_key") | 	val, err := testStorage.Get("not_found_key") | ||||||
|  |  | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
| 	utils.AssertEqual(t, 0, len(val)) | 	require.Zero(t, len(val)) | ||||||
| } | } | ||||||
|  |  | ||||||
| func TestSetAndGet_GetShouldReturn_SettedValueWithoutError(t *testing.T) { | func TestSetAndGet_GetShouldReturn_SettedValueWithoutError(t *testing.T) { | ||||||
| @@ -43,12 +43,12 @@ func TestSetAndGet_GetShouldReturn_SettedValueWithoutError(t *testing.T) { | |||||||
| 	}) | 	}) | ||||||
|  |  | ||||||
| 	err := testStorage.Set("test", []byte("fiber_test_value"), 0) | 	err := testStorage.Set("test", []byte("fiber_test_value"), 0) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	val, err := testStorage.Get("test") | 	val, err := testStorage.Get("test") | ||||||
|  |  | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
| 	utils.AssertEqual(t, val, []byte("fiber_test_value")) | 	require.Equal(t, val, []byte("fiber_test_value")) | ||||||
| } | } | ||||||
|  |  | ||||||
| func TestSetAndGet_GetShouldReturnNil_WhenTTLExpired(t *testing.T) { | func TestSetAndGet_GetShouldReturnNil_WhenTTLExpired(t *testing.T) { | ||||||
| @@ -60,14 +60,14 @@ func TestSetAndGet_GetShouldReturnNil_WhenTTLExpired(t *testing.T) { | |||||||
| 	}) | 	}) | ||||||
|  |  | ||||||
| 	err := testStorage.Set("test", []byte("fiber_test_value"), 3*time.Second) | 	err := testStorage.Set("test", []byte("fiber_test_value"), 3*time.Second) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	time.Sleep(6 * time.Second) | 	time.Sleep(6 * time.Second) | ||||||
|  |  | ||||||
| 	val, err := testStorage.Get("test") | 	val, err := testStorage.Get("test") | ||||||
|  |  | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
| 	utils.AssertEqual(t, 0, len(val)) | 	require.Zero(t, len(val)) | ||||||
| } | } | ||||||
|  |  | ||||||
| func TestSetAndDelete_DeleteShouldReturn_NoError(t *testing.T) { | func TestSetAndDelete_DeleteShouldReturn_NoError(t *testing.T) { | ||||||
| @@ -79,13 +79,13 @@ func TestSetAndDelete_DeleteShouldReturn_NoError(t *testing.T) { | |||||||
| 	}) | 	}) | ||||||
|  |  | ||||||
| 	err := testStorage.Set("test", []byte("fiber_test_value"), 0) | 	err := testStorage.Set("test", []byte("fiber_test_value"), 0) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	err = testStorage.Delete("test") | 	err = testStorage.Delete("test") | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	_, err = testStorage.Get("test") | 	_, err = testStorage.Get("test") | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
| } | } | ||||||
|  |  | ||||||
| func TestSetAndReset_ResetShouldReturn_NoError(t *testing.T) { | func TestSetAndReset_ResetShouldReturn_NoError(t *testing.T) { | ||||||
| @@ -97,13 +97,13 @@ func TestSetAndReset_ResetShouldReturn_NoError(t *testing.T) { | |||||||
| 	}) | 	}) | ||||||
|  |  | ||||||
| 	err := testStorage.Set("test", []byte("fiber_test_value"), 0) | 	err := testStorage.Set("test", []byte("fiber_test_value"), 0) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	err = testStorage.Reset() | 	err = testStorage.Reset() | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	_, err = testStorage.Get("test") | 	_, err = testStorage.Get("test") | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
| } | } | ||||||
|  |  | ||||||
| func TestClose_CloseShouldReturn_NoError(t *testing.T) { | func TestClose_CloseShouldReturn_NoError(t *testing.T) { | ||||||
| @@ -115,7 +115,7 @@ func TestClose_CloseShouldReturn_NoError(t *testing.T) { | |||||||
| 	}) | 	}) | ||||||
|  |  | ||||||
| 	err := testStorage.Close() | 	err := testStorage.Close() | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
| } | } | ||||||
|  |  | ||||||
| func TestGetConn_ReturnsNotNill(t *testing.T) { | func TestGetConn_ReturnsNotNill(t *testing.T) { | ||||||
| @@ -125,6 +125,5 @@ func TestGetConn_ReturnsNotNill(t *testing.T) { | |||||||
| 		Host:     "127.0.0.1:8091", | 		Host:     "127.0.0.1:8091", | ||||||
| 		Bucket:   "fiber_storage", | 		Bucket:   "fiber_storage", | ||||||
| 	}) | 	}) | ||||||
| 	conn := testStorage.Conn() | 	require.True(t, testStorage.Conn() != nil) | ||||||
| 	utils.AssertEqual(t, true, conn != nil) |  | ||||||
| } | } | ||||||
|   | |||||||
| @@ -1,14 +1,17 @@ | |||||||
| module github.com/gofiber/storage/couchbase | module github.com/gofiber/storage/couchbase/v2 | ||||||
|  |  | ||||||
| go 1.19 | go 1.19 | ||||||
|  |  | ||||||
| require ( | require ( | ||||||
| 	github.com/couchbase/gocb/v2 v2.6.3 | 	github.com/couchbase/gocb/v2 v2.6.3 | ||||||
| 	github.com/gofiber/utils v1.1.0 | 	github.com/stretchr/testify v1.8.4 | ||||||
| ) | ) | ||||||
|  |  | ||||||
| require ( | require ( | ||||||
| 	github.com/couchbase/gocbcore/v10 v10.2.3 // indirect | 	github.com/couchbase/gocbcore/v10 v10.2.3 // indirect | ||||||
|  | 	github.com/davecgh/go-spew v1.1.1 // indirect | ||||||
| 	github.com/golang/snappy v0.0.4 // indirect | 	github.com/golang/snappy v0.0.4 // indirect | ||||||
| 	github.com/google/uuid v1.3.0 // indirect | 	github.com/google/uuid v1.3.0 // indirect | ||||||
|  | 	github.com/pmezard/go-difflib v1.0.0 // indirect | ||||||
|  | 	gopkg.in/yaml.v3 v3.0.1 // indirect | ||||||
| ) | ) | ||||||
|   | |||||||
| @@ -8,8 +8,6 @@ github.com/couchbaselabs/gocaves/client v0.0.0-20230404095311-05e3ba4f0259/go.mo | |||||||
| github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= | github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= | ||||||
| github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= | github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= | ||||||
| github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= | github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= | ||||||
| github.com/gofiber/utils v1.1.0 h1:vdEBpn7AzIUJRhe+CiTOJdUcTg4Q9RK+pEa0KPbLdrM= |  | ||||||
| github.com/gofiber/utils v1.1.0/go.mod h1:poZpsnhBykfnY1Mc0KeEa6mSHrS3dV0+oBWyeQmb2e0= |  | ||||||
| github.com/golang/snappy v0.0.4 h1:yAGX7huGHXlcLOEtBnF4w7FQwA26wojNCwOYAEhLjQM= | github.com/golang/snappy v0.0.4 h1:yAGX7huGHXlcLOEtBnF4w7FQwA26wojNCwOYAEhLjQM= | ||||||
| github.com/golang/snappy v0.0.4/go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q= | github.com/golang/snappy v0.0.4/go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q= | ||||||
| github.com/google/uuid v1.3.0 h1:t6JiXgmwXMjEs8VusXIJk2BXHsn+wx8BZdTaoZ5fu7I= | github.com/google/uuid v1.3.0 h1:t6JiXgmwXMjEs8VusXIJk2BXHsn+wx8BZdTaoZ5fu7I= | ||||||
| @@ -22,8 +20,10 @@ github.com/stretchr/objx v0.5.0 h1:1zr/of2m5FGMsad5YfcqgdqdWrIhu+EBEJRhR1U7z/c= | |||||||
| github.com/stretchr/objx v0.5.0/go.mod h1:Yh+to48EsGEfYuaHDzXPcE3xhTkx73EhmCGUpEOglKo= | github.com/stretchr/objx v0.5.0/go.mod h1:Yh+to48EsGEfYuaHDzXPcE3xhTkx73EhmCGUpEOglKo= | ||||||
| github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= | github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= | ||||||
| github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU= | github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU= | ||||||
| github.com/stretchr/testify v1.8.2 h1:+h33VjcLVPDHtOdpUCuF+7gSuG3yGIftsP1YvFihtJ8= |  | ||||||
| github.com/stretchr/testify v1.8.2/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4= | github.com/stretchr/testify v1.8.2/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4= | ||||||
|  | github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk= | ||||||
|  | github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo= | ||||||
|  | gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM= | ||||||
| gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= | gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= | ||||||
| gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= | gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= | ||||||
| gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA= | gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA= | ||||||
|   | |||||||
| @@ -13,7 +13,7 @@ A DynamoDB storage driver using [aws/aws-sdk-go-v2](https://github.com/aws/aws-s | |||||||
|  |  | ||||||
| **Note:** If config fields of credentials not given, credentials are using from the environment variables, ~/.aws/credentials, or EC2 instance role. If config fields of credentials given, credentials are using from config. Look at: [specifying credentials](https://aws.github.io/aws-sdk-go-v2/docs/configuring-sdk/#specifying-credentials) | **Note:** If config fields of credentials not given, credentials are using from the environment variables, ~/.aws/credentials, or EC2 instance role. If config fields of credentials given, credentials are using from config. Look at: [specifying credentials](https://aws.github.io/aws-sdk-go-v2/docs/configuring-sdk/#specifying-credentials) | ||||||
|  |  | ||||||
| .... | **Note: Requires Go 1.19 and above** | ||||||
|  |  | ||||||
| ### Table of Contents | ### Table of Contents | ||||||
| - [Signatures](#signatures) | - [Signatures](#signatures) | ||||||
| @@ -43,13 +43,13 @@ go mod init github.com/<user>/<repo> | |||||||
| ``` | ``` | ||||||
| And then install the dynamodb implementation: | And then install the dynamodb implementation: | ||||||
| ```bash | ```bash | ||||||
| go get github.com/gofiber/storage/dynamodb | go get github.com/gofiber/storage/dynamodb/v2 | ||||||
| ``` | ``` | ||||||
|  |  | ||||||
| ### Examples | ### Examples | ||||||
| Import the storage package. | Import the storage package. | ||||||
| ```go | ```go | ||||||
| import "github.com/gofiber/storage/dynamodb" | import "github.com/gofiber/storage/dynamodb/v2" | ||||||
| ``` | ``` | ||||||
|  |  | ||||||
| You can use the following possibilities to create a storage: | You can use the following possibilities to create a storage: | ||||||
|   | |||||||
| @@ -3,7 +3,7 @@ package dynamodb | |||||||
| import ( | import ( | ||||||
| 	"testing" | 	"testing" | ||||||
|  |  | ||||||
| 	"github.com/gofiber/utils" | 	"github.com/stretchr/testify/require" | ||||||
| ) | ) | ||||||
|  |  | ||||||
| var testStore = New( | var testStore = New( | ||||||
| @@ -25,7 +25,7 @@ func Test_DynamoDB_Set(t *testing.T) { | |||||||
| 	) | 	) | ||||||
|  |  | ||||||
| 	err := testStore.Set(key, val, 0) | 	err := testStore.Set(key, val, 0) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
| } | } | ||||||
|  |  | ||||||
| func Test_DynamoDB_Set_Override(t *testing.T) { | func Test_DynamoDB_Set_Override(t *testing.T) { | ||||||
| @@ -35,10 +35,10 @@ func Test_DynamoDB_Set_Override(t *testing.T) { | |||||||
| 	) | 	) | ||||||
|  |  | ||||||
| 	err := testStore.Set(key, val, 0) | 	err := testStore.Set(key, val, 0) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	err = testStore.Set(key, val, 0) | 	err = testStore.Set(key, val, 0) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
| } | } | ||||||
|  |  | ||||||
| func Test_DynamoDB_Get(t *testing.T) { | func Test_DynamoDB_Get(t *testing.T) { | ||||||
| @@ -48,18 +48,17 @@ func Test_DynamoDB_Get(t *testing.T) { | |||||||
| 	) | 	) | ||||||
|  |  | ||||||
| 	err := testStore.Set(key, val, 0) | 	err := testStore.Set(key, val, 0) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	result, err := testStore.Get(key) | 	result, err := testStore.Get(key) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
| 	utils.AssertEqual(t, val, result) | 	require.Equal(t, val, result) | ||||||
| } | } | ||||||
|  |  | ||||||
| func Test_DynamoDB_Get_NotExist(t *testing.T) { | func Test_DynamoDB_Get_NotExist(t *testing.T) { | ||||||
|  |  | ||||||
| 	result, err := testStore.Get("notexist") | 	result, err := testStore.Get("notexist") | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
| 	utils.AssertEqual(t, true, len(result) == 0) | 	require.Zero(t, len(result)) | ||||||
| } | } | ||||||
|  |  | ||||||
| func Test_DynamoDB_Delete(t *testing.T) { | func Test_DynamoDB_Delete(t *testing.T) { | ||||||
| @@ -69,43 +68,41 @@ func Test_DynamoDB_Delete(t *testing.T) { | |||||||
| 	) | 	) | ||||||
|  |  | ||||||
| 	err := testStore.Set(key, val, 0) | 	err := testStore.Set(key, val, 0) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	err = testStore.Delete(key) | 	err = testStore.Delete(key) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	result, err := testStore.Get(key) | 	result, err := testStore.Get(key) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
| 	utils.AssertEqual(t, true, len(result) == 0) | 	require.Zero(t, len(result)) | ||||||
| } | } | ||||||
|  |  | ||||||
| func Test_DynamoDB_Reset(t *testing.T) { | func Test_DynamoDB_Reset(t *testing.T) { | ||||||
| 	var ( | 	val := []byte("doe") | ||||||
| 		val = []byte("doe") |  | ||||||
| 	) |  | ||||||
|  |  | ||||||
| 	err := testStore.Set("john1", val, 0) | 	err := testStore.Set("john1", val, 0) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	err = testStore.Set("john2", val, 0) | 	err = testStore.Set("john2", val, 0) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	err = testStore.Reset() | 	err = testStore.Reset() | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	result, err := testStore.Get("john1") | 	result, err := testStore.Get("john1") | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
| 	utils.AssertEqual(t, true, len(result) == 0) | 	require.Zero(t, len(result)) | ||||||
|  |  | ||||||
| 	result, err = testStore.Get("john2") | 	result, err = testStore.Get("john2") | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
| 	utils.AssertEqual(t, true, len(result) == 0) | 	require.Zero(t, len(result)) | ||||||
| } | } | ||||||
|  |  | ||||||
| func Test_DynamoDB_Close(t *testing.T) { | func Test_DynamoDB_Close(t *testing.T) { | ||||||
| 	utils.AssertEqual(t, nil, testStore.Close()) | 	require.Nil(t, testStore.Close()) | ||||||
| } | } | ||||||
|  |  | ||||||
| func Test_DynamoDB_Conn(t *testing.T) { | func Test_DynamoDB_Conn(t *testing.T) { | ||||||
| 	utils.AssertEqual(t, true, testStore.Conn() != nil) | 	require.True(t, testStore.Conn() != nil) | ||||||
| } | } | ||||||
|   | |||||||
| @@ -1,28 +1,31 @@ | |||||||
| module github.com/gofiber/storage/dynamodb | module github.com/gofiber/storage/dynamodb/v2 | ||||||
|  |  | ||||||
| go 1.17 | go 1.19 | ||||||
|  |  | ||||||
| require ( | require ( | ||||||
| 	github.com/aws/aws-sdk-go-v2 v1.20.3 | 	github.com/aws/aws-sdk-go-v2 v1.21.0 | ||||||
| 	github.com/aws/aws-sdk-go-v2/config v1.18.35 | 	github.com/aws/aws-sdk-go-v2/config v1.18.36 | ||||||
| 	github.com/aws/aws-sdk-go-v2/credentials v1.13.34 | 	github.com/aws/aws-sdk-go-v2/credentials v1.13.35 | ||||||
| 	github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.10.38 | 	github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.10.39 | ||||||
| 	github.com/aws/aws-sdk-go-v2/service/dynamodb v1.21.4 | 	github.com/aws/aws-sdk-go-v2/service/dynamodb v1.21.5 | ||||||
| 	github.com/gofiber/utils v1.1.0 | 	github.com/stretchr/testify v1.8.4 | ||||||
| ) | ) | ||||||
|  |  | ||||||
| require ( | require ( | ||||||
| 	github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.13.10 // indirect | 	github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.13.11 // indirect | ||||||
| 	github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.40 // indirect | 	github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.41 // indirect | ||||||
| 	github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.34 // indirect | 	github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.35 // indirect | ||||||
| 	github.com/aws/aws-sdk-go-v2/internal/ini v1.3.41 // indirect | 	github.com/aws/aws-sdk-go-v2/internal/ini v1.3.42 // indirect | ||||||
| 	github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.15.4 // indirect | 	github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.15.5 // indirect | ||||||
| 	github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.9.14 // indirect | 	github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.9.14 // indirect | ||||||
| 	github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.7.34 // indirect | 	github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.7.35 // indirect | ||||||
| 	github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.34 // indirect | 	github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.35 // indirect | ||||||
| 	github.com/aws/aws-sdk-go-v2/service/sso v1.13.4 // indirect | 	github.com/aws/aws-sdk-go-v2/service/sso v1.13.5 // indirect | ||||||
| 	github.com/aws/aws-sdk-go-v2/service/ssooidc v1.15.4 // indirect | 	github.com/aws/aws-sdk-go-v2/service/ssooidc v1.15.5 // indirect | ||||||
| 	github.com/aws/aws-sdk-go-v2/service/sts v1.21.4 // indirect | 	github.com/aws/aws-sdk-go-v2/service/sts v1.21.5 // indirect | ||||||
| 	github.com/aws/smithy-go v1.14.2 // indirect | 	github.com/aws/smithy-go v1.14.2 // indirect | ||||||
|  | 	github.com/davecgh/go-spew v1.1.1 // indirect | ||||||
| 	github.com/jmespath/go-jmespath v0.4.0 // indirect | 	github.com/jmespath/go-jmespath v0.4.0 // indirect | ||||||
|  | 	github.com/pmezard/go-difflib v1.0.0 // indirect | ||||||
|  | 	gopkg.in/yaml.v3 v3.0.1 // indirect | ||||||
| ) | ) | ||||||
|   | |||||||
| @@ -1,41 +1,40 @@ | |||||||
| github.com/aws/aws-sdk-go-v2 v1.20.3 h1:lgeKmAZhlj1JqN43bogrM75spIvYnRxqTAh1iupu1yE= | github.com/aws/aws-sdk-go-v2 v1.21.0 h1:gMT0IW+03wtYJhRqTVYn0wLzwdnK9sRMcxmtfGzRdJc= | ||||||
| github.com/aws/aws-sdk-go-v2 v1.20.3/go.mod h1:/RfNgGmRxI+iFOB1OeJUyxiU+9s88k3pfHvDagGEp0M= | github.com/aws/aws-sdk-go-v2 v1.21.0/go.mod h1:/RfNgGmRxI+iFOB1OeJUyxiU+9s88k3pfHvDagGEp0M= | ||||||
| github.com/aws/aws-sdk-go-v2/config v1.18.35 h1:uU9rgCzrW/pVRUUlRULiwKQe8RoEDst1NQu4Qo8kOtk= | github.com/aws/aws-sdk-go-v2/config v1.18.36 h1:mLNA12PWU1Y+ueOO79QgQfKIPhc1MYKl44RmvASkJ7Q= | ||||||
| github.com/aws/aws-sdk-go-v2/config v1.18.35/go.mod h1:7xF1yr9GBMfYRQI4PLHO8iceqKLM6DpGVEvXI38HB/A= | github.com/aws/aws-sdk-go-v2/config v1.18.36/go.mod h1:8AnEFxW9/XGKCbjYDCJy7iltVNyEI9Iu9qC21UzhhgQ= | ||||||
| github.com/aws/aws-sdk-go-v2/credentials v1.13.34 h1:/EYG4lzayDd5PY6HQQ2Qyj/cD6CR3kz96BjTZAO5tNo= | github.com/aws/aws-sdk-go-v2/credentials v1.13.35 h1:QpsNitYJu0GgvMBLUIYu9H4yryA5kMksjeIVQfgXrt8= | ||||||
| github.com/aws/aws-sdk-go-v2/credentials v1.13.34/go.mod h1:+wgdxCGNulHme6kTMZuDL9KOagLPloemoYkfjpQkSEU= | github.com/aws/aws-sdk-go-v2/credentials v1.13.35/go.mod h1:o7rCaLtvK0hUggAGclf76mNGGkaG5a9KWlp+d9IpcV8= | ||||||
| github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.10.38 h1:8qKhDyyVtFd4YG1mz7AhX4laQ0wkxKJuNsdX1Si+gDk= | github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.10.39 h1:DX/r3aNL7pIVn0K5a+ESL0Fw9ti7Rj05pblEiIJtPmQ= | ||||||
| github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.10.38/go.mod h1:3NuokqGQKXxywI3RhwIGliwcsz73Ioja/tIZFpgXZ68= | github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.10.39/go.mod h1:oTk09orqXlwSKnKf+UQhy+4Ci7aCo9x8hn0ZvPCLrns= | ||||||
| github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.13.10 h1:mgOrtwYfJZ4e3QJe1TrliC/xIkauafGMdLLuCExOqcs= | github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.13.11 h1:uDZJF1hu0EVT/4bogChk8DyjSF6fof6uL/0Y26Ma7Fg= | ||||||
| github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.13.10/go.mod h1:wMsSLVM2hRpDVhd+3dtLUzqwm7/fjuhNN+b1aOLDt6g= | github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.13.11/go.mod h1:TEPP4tENqBGO99KwVpV9MlOX4NSrSLP8u3KRy2CDwA8= | ||||||
| github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.40 h1:CXceCS9BrDInRc74GDCQ8Qyk/Gp9VLdK+Rlve+zELSE= | github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.41 h1:22dGT7PneFMx4+b3pz7lMTRyN8ZKH7M2cW4GP9yUS2g= | ||||||
| github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.40/go.mod h1:5kKmFhLeOVy6pwPDpDNA6/hK/d6URC98pqDDqHgdBx4= | github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.41/go.mod h1:CrObHAuPneJBlfEJ5T3szXOUkLEThaGfvnhTf33buas= | ||||||
| github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.34 h1:B+nZtd22cbko5+793hg7LEaTeLMiZwlgCLUrN5Y0uzg= | github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.35 h1:SijA0mgjV8E+8G45ltVHs0fvKpTj8xmZJ3VwhGKtUSI= | ||||||
| github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.34/go.mod h1:RZP0scceAyhMIQ9JvFp7HvkpcgqjL4l/4C+7RAeGbuM= | github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.35/go.mod h1:SJC1nEVVva1g3pHAIdCp7QsRIkMmLAgoDquQ9Rr8kYw= | ||||||
| github.com/aws/aws-sdk-go-v2/internal/ini v1.3.41 h1:EcSFdpLdkF3FWizimox0qYLuorn9e4PNMR27mvshGLs= | github.com/aws/aws-sdk-go-v2/internal/ini v1.3.42 h1:GPUcE/Yq7Ur8YSUk6lVkoIMWnJNO0HT18GUzCWCgCI0= | ||||||
| github.com/aws/aws-sdk-go-v2/internal/ini v1.3.41/go.mod h1:mKxUXW+TuwpCKKHVlmHGVVuBi9y9LKW8AiQodg23M5E= | github.com/aws/aws-sdk-go-v2/internal/ini v1.3.42/go.mod h1:rzfdUlfA+jdgLDmPKjd3Chq9V7LVLYo1Nz++Wb91aRo= | ||||||
| github.com/aws/aws-sdk-go-v2/service/dynamodb v1.21.4 h1:x3V1JRHq7q9RUbDpaeNpLH7QoipGpCo3fdnMMuSeABU= | github.com/aws/aws-sdk-go-v2/service/dynamodb v1.21.5 h1:EeNQ3bDA6hlx3vifHf7LT/l9dh9w7D2XgCdaD11TRU4= | ||||||
| github.com/aws/aws-sdk-go-v2/service/dynamodb v1.21.4/go.mod h1:aryF4jxgjhbqpdhj8QybUZI3xYrX8MQIKm4WbOv8Whg= | github.com/aws/aws-sdk-go-v2/service/dynamodb v1.21.5/go.mod h1:X3ThW5RPV19hi7bnQ0RMAiBjZbzxj4rZlj+qdctbMWY= | ||||||
| github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.15.4 h1:W7zl4rdlkSRWa31l7wOtUND6wKcWPW2POvPxMFMBvHM= | github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.15.5 h1:xoalM/e1YsT6jkLKl6KA9HUiJANwn2ypJsM9lhW2WP0= | ||||||
| github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.15.4/go.mod h1:W+Ct7i87BUgyqJy50w1NpC0idqnW2w67XLzihxCb5Hk= | github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.15.5/go.mod h1:7QtKdGj66zM4g5hPgxHRQgFGLGal4EgwggTw5OZH56c= | ||||||
| github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.9.14 h1:m0QTSI6pZYJTk5WSKx3fm5cNW/DCicVzULBgU/6IyD0= | github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.9.14 h1:m0QTSI6pZYJTk5WSKx3fm5cNW/DCicVzULBgU/6IyD0= | ||||||
| github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.9.14/go.mod h1:dDilntgHy9WnHXsh7dDtUPgHKEfTJIBUTHM8OWm0f/0= | github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.9.14/go.mod h1:dDilntgHy9WnHXsh7dDtUPgHKEfTJIBUTHM8OWm0f/0= | ||||||
| github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.7.34 h1:JlxVMFDHivlhNOIxd2O/9z4O0wC2zIC4lRB71lejVHU= | github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.7.35 h1:UKjpIDLVF90RfV88XurdduMoTxPqtGHZMIDYZQM7RO4= | ||||||
| github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.7.34/go.mod h1:CDPcT6pljRaqz1yLsOgPUvOPOczFvXuJxOKzDzAbF0c= | github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.7.35/go.mod h1:B3dUg0V6eJesUTi+m27NUkj7n8hdDKYUpxj8f4+TqaQ= | ||||||
| github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.34 h1:JwvXk+1ePAD9xkFHprhHYqwsxLDcbNFsPI1IAT2sPS0= | github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.35 h1:CdzPW9kKitgIiLV1+MHobfR5Xg25iYnyzWZhyQuSlDI= | ||||||
| github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.34/go.mod h1:ytsF+t+FApY2lFnN51fJKPhH6ICKOPXKEcwwgmJEdWI= | github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.35/go.mod h1:QGF2Rs33W5MaN9gYdEQOBBFPLwTZkEhRwI33f7KIG0o= | ||||||
| github.com/aws/aws-sdk-go-v2/service/sso v1.13.4 h1:WZPZ7Zf6Yo13lsfTetFrLU/7hZ9CXESDpdIHvmLxQFQ= | github.com/aws/aws-sdk-go-v2/service/sso v1.13.5 h1:oCvTFSDi67AX0pOX3PuPdGFewvLRU2zzFSrTsgURNo0= | ||||||
| github.com/aws/aws-sdk-go-v2/service/sso v1.13.4/go.mod h1:FP05hDXTLouXwAMQ1swqybHy7tHySblMkBMKSumaKg0= | github.com/aws/aws-sdk-go-v2/service/sso v1.13.5/go.mod h1:fIAwKQKBFu90pBxx07BFOMJLpRUGu8VOzLJakeY+0K4= | ||||||
| github.com/aws/aws-sdk-go-v2/service/ssooidc v1.15.4 h1:pYFM2U/3/4RLrlMSYXwL1XPBCWvaePk2p+0+i/BgHOs= | github.com/aws/aws-sdk-go-v2/service/ssooidc v1.15.5 h1:dnInJb4S0oy8aQuri1mV6ipLlnZPfnsDNB9BGO9PDNY= | ||||||
| github.com/aws/aws-sdk-go-v2/service/ssooidc v1.15.4/go.mod h1:4pdlNASc29u0j9bq2jIQcBghG5Lx2oQAIj91vo1u1t8= | github.com/aws/aws-sdk-go-v2/service/ssooidc v1.15.5/go.mod h1:yygr8ACQRY2PrEcy3xsUI357stq2AxnFM6DIsR9lij4= | ||||||
| github.com/aws/aws-sdk-go-v2/service/sts v1.21.4 h1:zj4jxK3L54tGyqKleKDMK4vHolENxlq11dF0v1oBkJo= | github.com/aws/aws-sdk-go-v2/service/sts v1.21.5 h1:CQBFElb0LS8RojMJlxRSo/HXipvTZW2S44Lt9Mk2aYQ= | ||||||
| github.com/aws/aws-sdk-go-v2/service/sts v1.21.4/go.mod h1:CQRMCzYvl5eeAQW3AWkRLS+zGGXCucBnsiQlrs+tCeo= | github.com/aws/aws-sdk-go-v2/service/sts v1.21.5/go.mod h1:VC7JDqsqiwXukYEDjoHh9U0fOJtNWh04FPQz4ct4GGU= | ||||||
| github.com/aws/smithy-go v1.14.2 h1:MJU9hqBGbvWZdApzpvoF2WAIJDbtjK2NDJSiJP7HblQ= | github.com/aws/smithy-go v1.14.2 h1:MJU9hqBGbvWZdApzpvoF2WAIJDbtjK2NDJSiJP7HblQ= | ||||||
| github.com/aws/smithy-go v1.14.2/go.mod h1:Tg+OJXh4MB2R/uN61Ko2f6hTZwB/ZYGOtib8J3gBHzA= | github.com/aws/smithy-go v1.14.2/go.mod h1:Tg+OJXh4MB2R/uN61Ko2f6hTZwB/ZYGOtib8J3gBHzA= | ||||||
| github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8= |  | ||||||
| github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= | github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= | ||||||
| github.com/gofiber/utils v1.1.0 h1:vdEBpn7AzIUJRhe+CiTOJdUcTg4Q9RK+pEa0KPbLdrM= | github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= | ||||||
| github.com/gofiber/utils v1.1.0/go.mod h1:poZpsnhBykfnY1Mc0KeEa6mSHrS3dV0+oBWyeQmb2e0= | github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= | ||||||
| github.com/google/go-cmp v0.5.8 h1:e6P7q2lk1O+qJJb4BtCQXlK8vWEO8V1ZeuEdJNOqZyg= | github.com/google/go-cmp v0.5.8 h1:e6P7q2lk1O+qJJb4BtCQXlK8vWEO8V1ZeuEdJNOqZyg= | ||||||
| github.com/google/go-cmp v0.5.8/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY= | github.com/google/go-cmp v0.5.8/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY= | ||||||
| github.com/jmespath/go-jmespath v0.4.0 h1:BEgLn5cpjn8UN1mAw4NjwDrS35OdebyEtFe+9YPoQUg= | github.com/jmespath/go-jmespath v0.4.0 h1:BEgLn5cpjn8UN1mAw4NjwDrS35OdebyEtFe+9YPoQUg= | ||||||
| @@ -45,6 +44,11 @@ github.com/jmespath/go-jmespath/internal/testify v1.5.1/go.mod h1:L3OGu8Wl2/fWfC | |||||||
| github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= | github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= | ||||||
| github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= | github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= | ||||||
| github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= | github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= | ||||||
|  | github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk= | ||||||
|  | github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo= | ||||||
|  | gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM= | ||||||
| gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= | gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= | ||||||
| gopkg.in/yaml.v2 v2.2.8 h1:obN1ZagJSUGI0Ek/LBmuj4SNLPfIny3KsKFopxRdj10= | gopkg.in/yaml.v2 v2.2.8 h1:obN1ZagJSUGI0Ek/LBmuj4SNLPfIny3KsKFopxRdj10= | ||||||
| gopkg.in/yaml.v2 v2.2.8/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= | gopkg.in/yaml.v2 v2.2.8/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= | ||||||
|  | gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA= | ||||||
|  | gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= | ||||||
|   | |||||||
| @@ -11,6 +11,8 @@ title: Etcd | |||||||
|  |  | ||||||
| A Etcd storage driver using [`etcd-io/etcd`](https://github.com/etcd-io/etcd). | A Etcd storage driver using [`etcd-io/etcd`](https://github.com/etcd-io/etcd). | ||||||
|  |  | ||||||
|  | **Note: Requires Go 1.19 and above** | ||||||
|  |  | ||||||
| ### Table of Contents | ### Table of Contents | ||||||
| - [Signatures](#signatures) | - [Signatures](#signatures) | ||||||
| - [Installation](#installation) | - [Installation](#installation) | ||||||
| @@ -36,13 +38,13 @@ go mod init github.com/<user>/<repo> | |||||||
| ``` | ``` | ||||||
| And then install the etcd implementation: | And then install the etcd implementation: | ||||||
| ```bash | ```bash | ||||||
| go get github.com/gofiber/storage/etcd | go get github.com/gofiber/storage/etcd/v2 | ||||||
| ``` | ``` | ||||||
|  |  | ||||||
| ### Examples | ### Examples | ||||||
| Import the storage package. | Import the storage package. | ||||||
| ```go | ```go | ||||||
| import "github.com/gofiber/storage/etcd" | import "github.com/gofiber/storage/etcd/v2" | ||||||
| ``` | ``` | ||||||
|  |  | ||||||
| You can use the following possibilities to create a storage: | You can use the following possibilities to create a storage: | ||||||
|   | |||||||
| @@ -2,8 +2,9 @@ package etcd | |||||||
|  |  | ||||||
| import ( | import ( | ||||||
| 	"context" | 	"context" | ||||||
| 	"go.etcd.io/etcd/client/v3" |  | ||||||
| 	"time" | 	"time" | ||||||
|  |  | ||||||
|  | 	"go.etcd.io/etcd/client/v3" | ||||||
| ) | ) | ||||||
|  |  | ||||||
| type Storage struct { | type Storage struct { | ||||||
| @@ -36,7 +37,6 @@ func (s *Storage) Get(key string) ([]byte, error) { | |||||||
| 		return nil, nil | 		return nil, nil | ||||||
| 	} | 	} | ||||||
| 	item, err := s.db.Get(context.Background(), key) | 	item, err := s.db.Get(context.Background(), key) | ||||||
|  |  | ||||||
| 	if err != nil { | 	if err != nil { | ||||||
| 		return nil, err | 		return nil, err | ||||||
| 	} | 	} | ||||||
| @@ -55,7 +55,6 @@ func (s *Storage) Set(key string, val []byte, exp time.Duration) error { | |||||||
| 	} | 	} | ||||||
|  |  | ||||||
| 	lease, err := s.db.Grant(context.Background(), int64(exp.Seconds())) | 	lease, err := s.db.Grant(context.Background(), int64(exp.Seconds())) | ||||||
|  |  | ||||||
| 	if err != nil { | 	if err != nil { | ||||||
| 		return err | 		return err | ||||||
| 	} | 	} | ||||||
| @@ -83,7 +82,6 @@ func (s *Storage) Delete(key string) error { | |||||||
|  |  | ||||||
| func (s *Storage) Reset() error { | func (s *Storage) Reset() error { | ||||||
| 	_, err := s.db.Delete(context.Background(), "", clientv3.WithPrefix()) | 	_, err := s.db.Delete(context.Background(), "", clientv3.WithPrefix()) | ||||||
|  |  | ||||||
| 	if err != nil { | 	if err != nil { | ||||||
| 		return err | 		return err | ||||||
| 	} | 	} | ||||||
|   | |||||||
| @@ -1,9 +1,10 @@ | |||||||
| package etcd | package etcd | ||||||
|  |  | ||||||
| import ( | import ( | ||||||
| 	"github.com/gofiber/utils" |  | ||||||
| 	"testing" | 	"testing" | ||||||
| 	"time" | 	"time" | ||||||
|  |  | ||||||
|  | 	"github.com/stretchr/testify/require" | ||||||
| ) | ) | ||||||
|  |  | ||||||
| func TestSetEtcd_ShouldReturnNoError(t *testing.T) { | func TestSetEtcd_ShouldReturnNoError(t *testing.T) { | ||||||
| @@ -17,7 +18,7 @@ func TestSetEtcd_ShouldReturnNoError(t *testing.T) { | |||||||
| 	) | 	) | ||||||
|  |  | ||||||
| 	err := testStorage.Set(key, val, 0) | 	err := testStorage.Set(key, val, 0) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
| } | } | ||||||
|  |  | ||||||
| func TestGetEtcd_ShouldReturnNil_WhenDocumentNotFound(t *testing.T) { | func TestGetEtcd_ShouldReturnNil_WhenDocumentNotFound(t *testing.T) { | ||||||
| @@ -27,8 +28,8 @@ func TestGetEtcd_ShouldReturnNil_WhenDocumentNotFound(t *testing.T) { | |||||||
|  |  | ||||||
| 	val, err := testStorage.Get("not_found_key") | 	val, err := testStorage.Get("not_found_key") | ||||||
|  |  | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
| 	utils.AssertEqual(t, 0, len(val)) | 	require.Zero(t, len(val)) | ||||||
| } | } | ||||||
|  |  | ||||||
| func TestSetAndGet_GetShouldReturn_SettedValueWithoutError(t *testing.T) { | func TestSetAndGet_GetShouldReturn_SettedValueWithoutError(t *testing.T) { | ||||||
| @@ -37,12 +38,12 @@ func TestSetAndGet_GetShouldReturn_SettedValueWithoutError(t *testing.T) { | |||||||
| 	}) | 	}) | ||||||
|  |  | ||||||
| 	err := testStorage.Set("test", []byte("fiber_test_value"), 0) | 	err := testStorage.Set("test", []byte("fiber_test_value"), 0) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	val, err := testStorage.Get("test") | 	val, err := testStorage.Get("test") | ||||||
|  |  | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
| 	utils.AssertEqual(t, val, []byte("fiber_test_value")) | 	require.Equal(t, val, []byte("fiber_test_value")) | ||||||
| } | } | ||||||
|  |  | ||||||
| func TestSetAndGet_GetShouldReturnNil_WhenTTLExpired(t *testing.T) { | func TestSetAndGet_GetShouldReturnNil_WhenTTLExpired(t *testing.T) { | ||||||
| @@ -51,14 +52,14 @@ func TestSetAndGet_GetShouldReturnNil_WhenTTLExpired(t *testing.T) { | |||||||
| 	}) | 	}) | ||||||
|  |  | ||||||
| 	err := testStorage.Set("test", []byte("fiber_test_value"), 3*time.Second) | 	err := testStorage.Set("test", []byte("fiber_test_value"), 3*time.Second) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	time.Sleep(6 * time.Second) | 	time.Sleep(6 * time.Second) | ||||||
|  |  | ||||||
| 	val, err := testStorage.Get("test") | 	val, err := testStorage.Get("test") | ||||||
|  |  | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
| 	utils.AssertEqual(t, 0, len(val)) | 	require.Zero(t, len(val)) | ||||||
| } | } | ||||||
|  |  | ||||||
| func TestSetAndDelete_DeleteShouldReturn_NoError(t *testing.T) { | func TestSetAndDelete_DeleteShouldReturn_NoError(t *testing.T) { | ||||||
| @@ -67,13 +68,13 @@ func TestSetAndDelete_DeleteShouldReturn_NoError(t *testing.T) { | |||||||
| 	}) | 	}) | ||||||
|  |  | ||||||
| 	err := testStorage.Set("test", []byte("fiber_test_value"), 0) | 	err := testStorage.Set("test", []byte("fiber_test_value"), 0) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	err = testStorage.Delete("test") | 	err = testStorage.Delete("test") | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	_, err = testStorage.Get("test") | 	_, err = testStorage.Get("test") | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
| } | } | ||||||
|  |  | ||||||
| func TestSetAndReset_ResetShouldReturn_NoError(t *testing.T) { | func TestSetAndReset_ResetShouldReturn_NoError(t *testing.T) { | ||||||
| @@ -82,13 +83,13 @@ func TestSetAndReset_ResetShouldReturn_NoError(t *testing.T) { | |||||||
| 	}) | 	}) | ||||||
|  |  | ||||||
| 	err := testStorage.Set("test", []byte("fiber_test_value"), 0) | 	err := testStorage.Set("test", []byte("fiber_test_value"), 0) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	err = testStorage.Reset() | 	err = testStorage.Reset() | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	_, err = testStorage.Get("test") | 	_, err = testStorage.Get("test") | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
| } | } | ||||||
|  |  | ||||||
| func TestClose_CloseShouldReturn_NoError(t *testing.T) { | func TestClose_CloseShouldReturn_NoError(t *testing.T) { | ||||||
| @@ -97,7 +98,7 @@ func TestClose_CloseShouldReturn_NoError(t *testing.T) { | |||||||
| 	}) | 	}) | ||||||
|  |  | ||||||
| 	err := testStorage.Close() | 	err := testStorage.Close() | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
| } | } | ||||||
|  |  | ||||||
| func TestGetConn_ReturnsNotNill(t *testing.T) { | func TestGetConn_ReturnsNotNill(t *testing.T) { | ||||||
| @@ -105,6 +106,5 @@ func TestGetConn_ReturnsNotNill(t *testing.T) { | |||||||
| 		Endpoints: []string{"localhost:2379"}, | 		Endpoints: []string{"localhost:2379"}, | ||||||
| 	}) | 	}) | ||||||
|  |  | ||||||
| 	conn := testStorage.Conn() | 	require.True(t, testStorage.Conn() != nil) | ||||||
| 	utils.AssertEqual(t, true, conn != nil) |  | ||||||
| } | } | ||||||
|   | |||||||
							
								
								
									
										28
									
								
								etcd/go.mod
									
									
									
									
									
								
							
							
						
						
									
										28
									
								
								etcd/go.mod
									
									
									
									
									
								
							| @@ -1,26 +1,30 @@ | |||||||
| module github.com/gofiber/storage/etcd | module github.com/gofiber/storage/etcd/v2 | ||||||
|  |  | ||||||
| go 1.19 | go 1.19 | ||||||
|  |  | ||||||
| require ( | require ( | ||||||
| 	github.com/gofiber/utils v1.1.0 | 	github.com/stretchr/testify v1.8.4 | ||||||
| 	go.etcd.io/etcd/client/v3 v3.5.9 | 	go.etcd.io/etcd/client/v3 v3.5.9 | ||||||
| ) | ) | ||||||
|  |  | ||||||
| require ( | require ( | ||||||
| 	github.com/coreos/go-semver v0.3.1 // indirect | 	github.com/coreos/go-semver v0.3.1 // indirect | ||||||
| 	github.com/coreos/go-systemd/v22 v22.3.2 // indirect | 	github.com/coreos/go-systemd/v22 v22.5.0 // indirect | ||||||
|  | 	github.com/davecgh/go-spew v1.1.1 // indirect | ||||||
| 	github.com/gogo/protobuf v1.3.2 // indirect | 	github.com/gogo/protobuf v1.3.2 // indirect | ||||||
| 	github.com/golang/protobuf v1.5.3 // indirect | 	github.com/golang/protobuf v1.5.3 // indirect | ||||||
|  | 	github.com/pmezard/go-difflib v1.0.0 // indirect | ||||||
| 	go.etcd.io/etcd/api/v3 v3.5.9 // indirect | 	go.etcd.io/etcd/api/v3 v3.5.9 // indirect | ||||||
| 	go.etcd.io/etcd/client/pkg/v3 v3.5.9 // indirect | 	go.etcd.io/etcd/client/pkg/v3 v3.5.9 // indirect | ||||||
| 	go.uber.org/atomic v1.7.0 // indirect | 	go.uber.org/multierr v1.11.0 // indirect | ||||||
| 	go.uber.org/multierr v1.6.0 // indirect | 	go.uber.org/zap v1.25.0 // indirect | ||||||
| 	go.uber.org/zap v1.24.0 // indirect | 	golang.org/x/net v0.14.0 // indirect | ||||||
| 	golang.org/x/net v0.8.0 // indirect | 	golang.org/x/sys v0.11.0 // indirect | ||||||
| 	golang.org/x/sys v0.6.0 // indirect | 	golang.org/x/text v0.12.0 // indirect | ||||||
| 	golang.org/x/text v0.8.0 // indirect | 	google.golang.org/genproto v0.0.0-20230822172742-b8732ec3820d // indirect | ||||||
| 	google.golang.org/genproto v0.0.0-20230306155012-7f2fa6fef1f4 // indirect | 	google.golang.org/genproto/googleapis/api v0.0.0-20230822172742-b8732ec3820d // indirect | ||||||
| 	google.golang.org/grpc v1.55.0 // indirect | 	google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d // indirect | ||||||
| 	google.golang.org/protobuf v1.30.0 // indirect | 	google.golang.org/grpc v1.57.0 // indirect | ||||||
|  | 	google.golang.org/protobuf v1.31.0 // indirect | ||||||
|  | 	gopkg.in/yaml.v3 v3.0.1 // indirect | ||||||
| ) | ) | ||||||
|   | |||||||
							
								
								
									
										56
									
								
								etcd/go.sum
									
									
									
									
									
								
							
							
						
						
									
										56
									
								
								etcd/go.sum
									
									
									
									
									
								
							| @@ -1,14 +1,11 @@ | |||||||
| github.com/benbjohnson/clock v1.1.0 h1:Q92kusRqC1XV2MjkWETPvjJVqKetz1OzxZB7mHJLju8= | github.com/benbjohnson/clock v1.3.0 h1:ip6w0uFQkncKQ979AypyG0ER7mqUSBdKLOgAle/AT8A= | ||||||
| github.com/coreos/go-semver v0.3.1 h1:yi21YpKnrx1gt5R+la8n5WgS0kCrsPp33dmEyHReZr4= | github.com/coreos/go-semver v0.3.1 h1:yi21YpKnrx1gt5R+la8n5WgS0kCrsPp33dmEyHReZr4= | ||||||
| github.com/coreos/go-semver v0.3.1/go.mod h1:irMmmIw/7yzSRPWryHsK7EYSg09caPQL03VsM8rvUec= | github.com/coreos/go-semver v0.3.1/go.mod h1:irMmmIw/7yzSRPWryHsK7EYSg09caPQL03VsM8rvUec= | ||||||
| github.com/coreos/go-systemd/v22 v22.3.2 h1:D9/bQk5vlXQFZ6Kwuu6zaiXJ9oTPe68++AzAJc1DzSI= | github.com/coreos/go-systemd/v22 v22.5.0 h1:RrqgGjYQKalulkV8NGVIfkXQf6YYmOyiJKk8iXXhfZs= | ||||||
| github.com/coreos/go-systemd/v22 v22.3.2/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc= | github.com/coreos/go-systemd/v22 v22.5.0/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc= | ||||||
| github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= |  | ||||||
| github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= | github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= | ||||||
| github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= | github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= | ||||||
| github.com/godbus/dbus/v5 v5.0.4/go.mod h1:xhWf0FNVPg57R7Z0UbKHbJfkEywrmjJnf7w5xrFpKfA= | github.com/godbus/dbus/v5 v5.0.4/go.mod h1:xhWf0FNVPg57R7Z0UbKHbJfkEywrmjJnf7w5xrFpKfA= | ||||||
| github.com/gofiber/utils v1.1.0 h1:vdEBpn7AzIUJRhe+CiTOJdUcTg4Q9RK+pEa0KPbLdrM= |  | ||||||
| github.com/gofiber/utils v1.1.0/go.mod h1:poZpsnhBykfnY1Mc0KeEa6mSHrS3dV0+oBWyeQmb2e0= |  | ||||||
| github.com/gogo/protobuf v1.3.2 h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q= | github.com/gogo/protobuf v1.3.2 h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q= | ||||||
| github.com/gogo/protobuf v1.3.2/go.mod h1:P1XiOD3dCwIKUDQYPy72D8LYyHL2YPYrpS2s69NZV8Q= | github.com/gogo/protobuf v1.3.2/go.mod h1:P1XiOD3dCwIKUDQYPy72D8LYyHL2YPYrpS2s69NZV8Q= | ||||||
| github.com/golang/protobuf v1.5.0/go.mod h1:FsONVRAS9T7sI+LIUmWTfcYkHO4aIWwzhcaSAoJOfIk= | github.com/golang/protobuf v1.5.0/go.mod h1:FsONVRAS9T7sI+LIUmWTfcYkHO4aIWwzhcaSAoJOfIk= | ||||||
| @@ -18,12 +15,10 @@ github.com/google/go-cmp v0.5.5/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/ | |||||||
| github.com/google/go-cmp v0.5.9 h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38= | github.com/google/go-cmp v0.5.9 h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38= | ||||||
| github.com/kisielk/errcheck v1.5.0/go.mod h1:pFxgyoBC7bSaBwPgfKdkLd5X25qrDl4LWUI2bnpBCr8= | github.com/kisielk/errcheck v1.5.0/go.mod h1:pFxgyoBC7bSaBwPgfKdkLd5X25qrDl4LWUI2bnpBCr8= | ||||||
| github.com/kisielk/gotool v1.0.0/go.mod h1:XhKaO+MFFWcvkIS/tQcRk01m1F5IRFswLeQ+oQHNcck= | github.com/kisielk/gotool v1.0.0/go.mod h1:XhKaO+MFFWcvkIS/tQcRk01m1F5IRFswLeQ+oQHNcck= | ||||||
| github.com/pkg/errors v0.8.1 h1:iURUrRGxPUNPdy5/HRSm+Yj6okJ6UtLINN0Q9M4+h3I= |  | ||||||
| github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= | github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= | ||||||
| github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= | github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= | ||||||
| github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= | github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk= | ||||||
| github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI= | github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo= | ||||||
| github.com/stretchr/testify v1.8.1 h1:w7B6lhMri9wdJUVmEZPGGhZzrYTPvgJArz7wNPgYKsk= |  | ||||||
| github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= | github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= | ||||||
| github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= | github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= | ||||||
| go.etcd.io/etcd/api/v3 v3.5.9 h1:4wSsluwyTbGGmyjJktOf3wFQoTBIURXHnq9n/G/JQHs= | go.etcd.io/etcd/api/v3 v3.5.9 h1:4wSsluwyTbGGmyjJktOf3wFQoTBIURXHnq9n/G/JQHs= | ||||||
| @@ -32,13 +27,11 @@ go.etcd.io/etcd/client/pkg/v3 v3.5.9 h1:oidDC4+YEuSIQbsR94rY9gur91UPL6DnxDCIYd2I | |||||||
| go.etcd.io/etcd/client/pkg/v3 v3.5.9/go.mod h1:y+CzeSmkMpWN2Jyu1npecjB9BBnABxGM4pN8cGuJeL4= | go.etcd.io/etcd/client/pkg/v3 v3.5.9/go.mod h1:y+CzeSmkMpWN2Jyu1npecjB9BBnABxGM4pN8cGuJeL4= | ||||||
| go.etcd.io/etcd/client/v3 v3.5.9 h1:r5xghnU7CwbUxD/fbUtRyJGaYNfDun8sp/gTr1hew6E= | go.etcd.io/etcd/client/v3 v3.5.9 h1:r5xghnU7CwbUxD/fbUtRyJGaYNfDun8sp/gTr1hew6E= | ||||||
| go.etcd.io/etcd/client/v3 v3.5.9/go.mod h1:i/Eo5LrZ5IKqpbtpPDuaUnDOUv471oDg8cjQaUr2MbA= | go.etcd.io/etcd/client/v3 v3.5.9/go.mod h1:i/Eo5LrZ5IKqpbtpPDuaUnDOUv471oDg8cjQaUr2MbA= | ||||||
| go.uber.org/atomic v1.7.0 h1:ADUqmZGgLDDfbSL9ZmPxKTybcoEYHgpYfELNoN+7hsw= | go.uber.org/goleak v1.2.0 h1:xqgm/S+aQvhWFTtR0XK3Jvg7z8kGV8P4X14IzwN3Eqk= | ||||||
| go.uber.org/atomic v1.7.0/go.mod h1:fEN4uk6kAWBTFdckzkM89CLk9XfWZrxpCo0nPH17wJc= | go.uber.org/multierr v1.11.0 h1:blXXJkSxSSfBVBlC76pxqeO+LN3aDfLQo+309xJstO0= | ||||||
| go.uber.org/goleak v1.1.11 h1:wy28qYRKZgnJTxGxvye5/wgWr1EKjmUDGYox5mGlRlI= | go.uber.org/multierr v1.11.0/go.mod h1:20+QtiLqy0Nd6FdQB9TLXag12DsQkrbs3htMFfDN80Y= | ||||||
| go.uber.org/multierr v1.6.0 h1:y6IPFStTAIT5Ytl7/XYmHvzXQ7S3g/IeZW9hyZ5thw4= | go.uber.org/zap v1.25.0 h1:4Hvk6GtkucQ790dqmj7l1eEnRdKm3k3ZUrUMS2d5+5c= | ||||||
| go.uber.org/multierr v1.6.0/go.mod h1:cdWPpRnG4AhwMwsgIHip0KRBQjJy5kYEpYjJxpXp9iU= | go.uber.org/zap v1.25.0/go.mod h1:JIAUzQIH94IC4fOJQm7gMmBJP5k7wQfdcnYdPoEXJYk= | ||||||
| go.uber.org/zap v1.24.0 h1:FiJd5l1UOLj0wCgbSE0rwwXHzEdAZS6hiiSnxJN/D60= |  | ||||||
| go.uber.org/zap v1.24.0/go.mod h1:2kMP+WWQ8aoFoedH3T2sq6iJ2yDWpHbP0f6MQbS9Gkg= |  | ||||||
| golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w= | golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w= | ||||||
| golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= | golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= | ||||||
| golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto= | golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto= | ||||||
| @@ -48,20 +41,20 @@ golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn | |||||||
| golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= | golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= | ||||||
| golang.org/x/net v0.0.0-20200226121028-0de0cce0169b/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= | golang.org/x/net v0.0.0-20200226121028-0de0cce0169b/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= | ||||||
| golang.org/x/net v0.0.0-20201021035429-f5854403a974/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU= | golang.org/x/net v0.0.0-20201021035429-f5854403a974/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU= | ||||||
| golang.org/x/net v0.8.0 h1:Zrh2ngAOFYneWTAIAPethzeaQLuHwhuBkuV6ZiRnUaQ= | golang.org/x/net v0.14.0 h1:BONx9s002vGdD9umnlX1Po8vOZmrgH34qlHcD1MfK14= | ||||||
| golang.org/x/net v0.8.0/go.mod h1:QVkue5JL9kW//ek3r6jTKnTFis1tRmNAW2P1shuFdJc= | golang.org/x/net v0.14.0/go.mod h1:PpSgVXXLK0OxS0F31C1/tv6XNguvCrnXIDrFMspZIUI= | ||||||
| golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= | golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= | ||||||
| golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= | golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= | ||||||
| golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= | golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= | ||||||
| golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= | golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= | ||||||
| golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= | golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= | ||||||
| golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= | golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= | ||||||
| golang.org/x/sys v0.6.0 h1:MVltZSvRTcU2ljQOhs94SXPftV6DCNnZViHeQps87pQ= | golang.org/x/sys v0.11.0 h1:eG7RXZHdqOJ1i+0lgLgCpSXAp6M3LYlAo6osgSi0xOM= | ||||||
| golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= | golang.org/x/sys v0.11.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= | ||||||
| golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= | golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= | ||||||
| golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= | golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= | ||||||
| golang.org/x/text v0.8.0 h1:57P1ETyNKtuIjB4SRd15iJxuhj8Gc416Y78H3qgMh68= | golang.org/x/text v0.12.0 h1:k+n5B8goJNdU7hSvEtMUz3d1Q6D/XW4COJSJR6fN0mc= | ||||||
| golang.org/x/text v0.8.0/go.mod h1:e1OnstbJyHTd6l/uOt8jFFHp6TRDWZR/bV3emEE/zU8= | golang.org/x/text v0.12.0/go.mod h1:TvPlkZtksWOMsz7fbANvkp4WM8x/WCo/om8BMLbz+aE= | ||||||
| golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= | golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= | ||||||
| golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= | golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= | ||||||
| golang.org/x/tools v0.0.0-20200619180055-7c47624df98f/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= | golang.org/x/tools v0.0.0-20200619180055-7c47624df98f/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= | ||||||
| @@ -70,14 +63,19 @@ golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8T | |||||||
| golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= | golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= | ||||||
| golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= | golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= | ||||||
| golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= | golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= | ||||||
| google.golang.org/genproto v0.0.0-20230306155012-7f2fa6fef1f4 h1:DdoeryqhaXp1LtT/emMP1BRJPHHKFi5akj/nbx/zNTA= | google.golang.org/genproto v0.0.0-20230822172742-b8732ec3820d h1:VBu5YqKPv6XiJ199exd8Br+Aetz+o08F+PLMnwJQHAY= | ||||||
| google.golang.org/genproto v0.0.0-20230306155012-7f2fa6fef1f4/go.mod h1:NWraEVixdDnqcqQ30jipen1STv2r/n24Wb7twVTGR4s= | google.golang.org/genproto v0.0.0-20230822172742-b8732ec3820d/go.mod h1:yZTlhN0tQnXo3h00fuXNCxJdLdIdnVFVBaRJ5LWBbw4= | ||||||
| google.golang.org/grpc v1.55.0 h1:3Oj82/tFSCeUrRTg/5E/7d/W5A1tj6Ky1ABAuZuv5ag= | google.golang.org/genproto/googleapis/api v0.0.0-20230822172742-b8732ec3820d h1:DoPTO70H+bcDXcd39vOqb2viZxgqeBeSGtZ55yZU4/Q= | ||||||
| google.golang.org/grpc v1.55.0/go.mod h1:iYEXKGkEBhg1PjZQvoYEVPTDkHo1/bjTnfwTeGONTY8= | google.golang.org/genproto/googleapis/api v0.0.0-20230822172742-b8732ec3820d/go.mod h1:KjSP20unUpOx5kyQUFa7k4OJg0qeJ7DEZflGDu2p6Bk= | ||||||
|  | google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d h1:uvYuEyMHKNt+lT4K3bN6fGswmK8qSvcreM3BwjDh+y4= | ||||||
|  | google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d/go.mod h1:+Bk1OCOj40wS2hwAMA+aCW9ypzm63QTBBHp6lQ3p+9M= | ||||||
|  | google.golang.org/grpc v1.57.0 h1:kfzNeI/klCGD2YPMUlaGNT3pxvYfga7smW3Vth8Zsiw= | ||||||
|  | google.golang.org/grpc v1.57.0/go.mod h1:Sd+9RMTACXwmub0zcNY2c4arhtrbBYD1AUHI/dt16Mo= | ||||||
| google.golang.org/protobuf v1.26.0-rc.1/go.mod h1:jlhhOSvTdKEhbULTjvd4ARK9grFBp09yW+WbY/TyQbw= | google.golang.org/protobuf v1.26.0-rc.1/go.mod h1:jlhhOSvTdKEhbULTjvd4ARK9grFBp09yW+WbY/TyQbw= | ||||||
| google.golang.org/protobuf v1.26.0/go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQnmE0givc= | google.golang.org/protobuf v1.26.0/go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQnmE0givc= | ||||||
| google.golang.org/protobuf v1.30.0 h1:kPPoIgf3TsEvrm0PFe15JQ+570QVxYzEvvHqChK+cng= | google.golang.org/protobuf v1.31.0 h1:g0LDEJHgrBl9N9r17Ru3sqWhkIx2NB67okBHPwC7hs8= | ||||||
| google.golang.org/protobuf v1.30.0/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I= | google.golang.org/protobuf v1.31.0/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I= | ||||||
|  | gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM= | ||||||
| gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= | gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= | ||||||
| gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA= | gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA= | ||||||
| gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= | gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= | ||||||
|   | |||||||
							
								
								
									
										2
									
								
								go.mod
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								go.mod
									
									
									
									
									
								
							| @@ -1,3 +1,3 @@ | |||||||
| module github.com/gofiber/storage | module github.com/gofiber/storage | ||||||
|  |  | ||||||
| go 1.18 | go 1.19 | ||||||
| @@ -11,6 +11,8 @@ title: Memcache | |||||||
|  |  | ||||||
| A Memcache storage driver using [`bradfitz/gomemcache`](https://github.com/bradfitz/gomemcache). | A Memcache storage driver using [`bradfitz/gomemcache`](https://github.com/bradfitz/gomemcache). | ||||||
|  |  | ||||||
|  | **Note: Requires Go 1.19 and above** | ||||||
|  |  | ||||||
| ### Table of Contents | ### Table of Contents | ||||||
| - [Signatures](#signatures) | - [Signatures](#signatures) | ||||||
| - [Installation](#installation) | - [Installation](#installation) | ||||||
| @@ -36,7 +38,7 @@ go mod init github.com/<user>/<repo> | |||||||
| ``` | ``` | ||||||
| And then install the memory implementation: | And then install the memory implementation: | ||||||
| ```bash | ```bash | ||||||
| go get github.com/gofiber/storage/memory | go get github.com/gofiber/storage/memory/v2 | ||||||
| ``` | ``` | ||||||
|  |  | ||||||
| ### Examples | ### Examples | ||||||
|   | |||||||
| @@ -1,8 +1,14 @@ | |||||||
| module github.com/gofiber/storage/memcache | module github.com/gofiber/storage/memcache/v2 | ||||||
|  |  | ||||||
| go 1.17 | go 1.19 | ||||||
|  |  | ||||||
| require ( | require ( | ||||||
| 	github.com/bradfitz/gomemcache v0.0.0-20221031212613-62deef7fc822 | 	github.com/bradfitz/gomemcache v0.0.0-20230611145640-acc696258285 | ||||||
| 	github.com/gofiber/utils v1.1.0 | 	github.com/stretchr/testify v1.8.4 | ||||||
|  | ) | ||||||
|  |  | ||||||
|  | require ( | ||||||
|  | 	github.com/davecgh/go-spew v1.1.1 // indirect | ||||||
|  | 	github.com/pmezard/go-difflib v1.0.0 // indirect | ||||||
|  | 	gopkg.in/yaml.v3 v3.0.1 // indirect | ||||||
| ) | ) | ||||||
|   | |||||||
| @@ -1,4 +1,12 @@ | |||||||
| github.com/bradfitz/gomemcache v0.0.0-20221031212613-62deef7fc822 h1:hjXJeBcAMS1WGENGqDpzvmgS43oECTx8UXq31UBu0Jw= | github.com/bradfitz/gomemcache v0.0.0-20230611145640-acc696258285 h1:Dr+ezPI5ivhMn/3WOoB86XzMhie146DNaBbhaQWZHMY= | ||||||
| github.com/bradfitz/gomemcache v0.0.0-20221031212613-62deef7fc822/go.mod h1:H0wQNHz2YrLsuXOZozoeDmnHXkNCRmMW0gwFWDfEZDA= | github.com/bradfitz/gomemcache v0.0.0-20230611145640-acc696258285/go.mod h1:H0wQNHz2YrLsuXOZozoeDmnHXkNCRmMW0gwFWDfEZDA= | ||||||
| github.com/gofiber/utils v1.1.0 h1:vdEBpn7AzIUJRhe+CiTOJdUcTg4Q9RK+pEa0KPbLdrM= | github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= | ||||||
| github.com/gofiber/utils v1.1.0/go.mod h1:poZpsnhBykfnY1Mc0KeEa6mSHrS3dV0+oBWyeQmb2e0= | github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= | ||||||
|  | github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= | ||||||
|  | github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= | ||||||
|  | github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk= | ||||||
|  | github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo= | ||||||
|  | gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM= | ||||||
|  | gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= | ||||||
|  | gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA= | ||||||
|  | gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= | ||||||
|   | |||||||
| @@ -6,7 +6,6 @@ import ( | |||||||
| 	"time" | 	"time" | ||||||
|  |  | ||||||
| 	mc "github.com/bradfitz/gomemcache/memcache" | 	mc "github.com/bradfitz/gomemcache/memcache" | ||||||
| 	"github.com/gofiber/utils" |  | ||||||
| ) | ) | ||||||
|  |  | ||||||
| // Storage interface that is implemented by storage providers | // Storage interface that is implemented by storage providers | ||||||
| @@ -21,7 +20,7 @@ func New(config ...Config) *Storage { | |||||||
| 	cfg := configDefault(config...) | 	cfg := configDefault(config...) | ||||||
|  |  | ||||||
| 	// Split comma separated servers into slice | 	// Split comma separated servers into slice | ||||||
| 	serverList := strings.Split(utils.Trim(cfg.Servers, ' '), ",") | 	serverList := strings.Split(strings.TrimSpace(cfg.Servers), ",") | ||||||
|  |  | ||||||
| 	// Create db | 	// Create db | ||||||
| 	db := mc.New(serverList...) | 	db := mc.New(serverList...) | ||||||
|   | |||||||
| @@ -4,7 +4,7 @@ import ( | |||||||
| 	"testing" | 	"testing" | ||||||
| 	"time" | 	"time" | ||||||
|  |  | ||||||
| 	"github.com/gofiber/utils" | 	"github.com/stretchr/testify/require" | ||||||
| ) | ) | ||||||
|  |  | ||||||
| var testStore = New() | var testStore = New() | ||||||
| @@ -16,7 +16,7 @@ func Test_Memcache_Set(t *testing.T) { | |||||||
| 	) | 	) | ||||||
|  |  | ||||||
| 	err := testStore.Set(key, val, 0) | 	err := testStore.Set(key, val, 0) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
| } | } | ||||||
|  |  | ||||||
| func Test_Memcache_Set_Override(t *testing.T) { | func Test_Memcache_Set_Override(t *testing.T) { | ||||||
| @@ -26,10 +26,10 @@ func Test_Memcache_Set_Override(t *testing.T) { | |||||||
| 	) | 	) | ||||||
|  |  | ||||||
| 	err := testStore.Set(key, val, 0) | 	err := testStore.Set(key, val, 0) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	err = testStore.Set(key, val, 0) | 	err = testStore.Set(key, val, 0) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
| } | } | ||||||
|  |  | ||||||
| func Test_Memcache_Get(t *testing.T) { | func Test_Memcache_Get(t *testing.T) { | ||||||
| @@ -39,11 +39,11 @@ func Test_Memcache_Get(t *testing.T) { | |||||||
| 	) | 	) | ||||||
|  |  | ||||||
| 	err := testStore.Set(key, val, 0) | 	err := testStore.Set(key, val, 0) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	result, err := testStore.Get(key) | 	result, err := testStore.Get(key) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
| 	utils.AssertEqual(t, val, result) | 	require.Equal(t, val, result) | ||||||
| } | } | ||||||
|  |  | ||||||
| func Test_Memcache_Set_Expiration(t *testing.T) { | func Test_Memcache_Set_Expiration(t *testing.T) { | ||||||
| @@ -54,26 +54,23 @@ func Test_Memcache_Set_Expiration(t *testing.T) { | |||||||
| 	) | 	) | ||||||
|  |  | ||||||
| 	err := testStore.Set(key, val, exp) | 	err := testStore.Set(key, val, exp) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	time.Sleep(1100 * time.Millisecond) | 	time.Sleep(1100 * time.Millisecond) | ||||||
| } | } | ||||||
|  |  | ||||||
| func Test_Memcache_Get_Expired(t *testing.T) { | func Test_Memcache_Get_Expired(t *testing.T) { | ||||||
| 	var ( | 	key := "john" | ||||||
| 		key = "john" |  | ||||||
| 	) |  | ||||||
|  |  | ||||||
| 	result, err := testStore.Get(key) | 	result, err := testStore.Get(key) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
| 	utils.AssertEqual(t, true, len(result) == 0) | 	require.Zero(t, len(result)) | ||||||
| } | } | ||||||
|  |  | ||||||
| func Test_Memcache_Get_NotExist(t *testing.T) { | func Test_Memcache_Get_NotExist(t *testing.T) { | ||||||
|  |  | ||||||
| 	result, err := testStore.Get("notexist") | 	result, err := testStore.Get("notexist") | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
| 	utils.AssertEqual(t, true, len(result) == 0) | 	require.Zero(t, len(result)) | ||||||
| } | } | ||||||
|  |  | ||||||
| func Test_Memcache_Delete(t *testing.T) { | func Test_Memcache_Delete(t *testing.T) { | ||||||
| @@ -83,43 +80,41 @@ func Test_Memcache_Delete(t *testing.T) { | |||||||
| 	) | 	) | ||||||
|  |  | ||||||
| 	err := testStore.Set(key, val, 0) | 	err := testStore.Set(key, val, 0) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	err = testStore.Delete(key) | 	err = testStore.Delete(key) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	result, err := testStore.Get(key) | 	result, err := testStore.Get(key) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
| 	utils.AssertEqual(t, true, len(result) == 0) | 	require.Zero(t, len(result)) | ||||||
| } | } | ||||||
|  |  | ||||||
| func Test_Memcache_Reset(t *testing.T) { | func Test_Memcache_Reset(t *testing.T) { | ||||||
| 	var ( | 	val := []byte("doe") | ||||||
| 		val = []byte("doe") |  | ||||||
| 	) |  | ||||||
|  |  | ||||||
| 	err := testStore.Set("john1", val, 0) | 	err := testStore.Set("john1", val, 0) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	err = testStore.Set("john2", val, 0) | 	err = testStore.Set("john2", val, 0) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	err = testStore.Reset() | 	err = testStore.Reset() | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	result, err := testStore.Get("john1") | 	result, err := testStore.Get("john1") | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
| 	utils.AssertEqual(t, true, len(result) == 0) | 	require.Zero(t, len(result)) | ||||||
|  |  | ||||||
| 	result, err = testStore.Get("john2") | 	result, err = testStore.Get("john2") | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
| 	utils.AssertEqual(t, true, len(result) == 0) | 	require.Zero(t, len(result)) | ||||||
| } | } | ||||||
|  |  | ||||||
| func Test_Memcache_Close(t *testing.T) { | func Test_Memcache_Close(t *testing.T) { | ||||||
| 	utils.AssertEqual(t, nil, testStore.Close()) | 	require.Nil(t, testStore.Close()) | ||||||
| } | } | ||||||
|  |  | ||||||
| func Test_Memcache_Conn(t *testing.T) { | func Test_Memcache_Conn(t *testing.T) { | ||||||
| 	utils.AssertEqual(t, true, testStore.Conn() != nil) | 	require.True(t, testStore.Conn() != nil) | ||||||
| } | } | ||||||
|   | |||||||
| @@ -12,6 +12,8 @@ title: Memory | |||||||
|  |  | ||||||
| An in-memory storage driver. | An in-memory storage driver. | ||||||
|  |  | ||||||
|  | **Note: Requires Go 1.19 and above** | ||||||
|  |  | ||||||
| ### Table of Contents | ### Table of Contents | ||||||
| - [Signatures](#signatures) | - [Signatures](#signatures) | ||||||
| - [Installation](#installation) | - [Installation](#installation) | ||||||
| @@ -38,13 +40,13 @@ go mod init github.com/<user>/<repo> | |||||||
| ``` | ``` | ||||||
| And then install the memory implementation: | And then install the memory implementation: | ||||||
| ```bash | ```bash | ||||||
| go get github.com/gofiber/storage/memory | go get github.com/gofiber/storage/memory/v2 | ||||||
| ``` | ``` | ||||||
|  |  | ||||||
| ### Examples | ### Examples | ||||||
| Import the storage package. | Import the storage package. | ||||||
| ```go | ```go | ||||||
| import "github.com/gofiber/storage/memory" | import "github.com/gofiber/storage/memory/v2" | ||||||
| ``` | ``` | ||||||
|  |  | ||||||
| You can use the following possibilities to create a storage: | You can use the following possibilities to create a storage: | ||||||
|   | |||||||
| @@ -1,5 +1,15 @@ | |||||||
| module github.com/gofiber/storage/memory | module github.com/gofiber/storage/memory/v2 | ||||||
|  |  | ||||||
| go 1.17 | go 1.19 | ||||||
|  |  | ||||||
| require github.com/gofiber/utils v1.1.0 | require ( | ||||||
|  | 	github.com/gofiber/utils/v2 v2.0.0-beta.3 | ||||||
|  | 	github.com/stretchr/testify v1.8.4 | ||||||
|  | ) | ||||||
|  |  | ||||||
|  | require ( | ||||||
|  | 	github.com/davecgh/go-spew v1.1.1 // indirect | ||||||
|  | 	github.com/google/uuid v1.3.1 // indirect | ||||||
|  | 	github.com/pmezard/go-difflib v1.0.0 // indirect | ||||||
|  | 	gopkg.in/yaml.v3 v3.0.1 // indirect | ||||||
|  | ) | ||||||
|   | |||||||
| @@ -1,2 +1,14 @@ | |||||||
| github.com/gofiber/utils v1.1.0 h1:vdEBpn7AzIUJRhe+CiTOJdUcTg4Q9RK+pEa0KPbLdrM= | github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= | ||||||
| github.com/gofiber/utils v1.1.0/go.mod h1:poZpsnhBykfnY1Mc0KeEa6mSHrS3dV0+oBWyeQmb2e0= | github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= | ||||||
|  | github.com/gofiber/utils/v2 v2.0.0-beta.3 h1:pfOhUDDVjBJpkWv6C5jaDyYLvpui7zQ97zpyFFsUOKw= | ||||||
|  | github.com/gofiber/utils/v2 v2.0.0-beta.3/go.mod h1:jsl17+MsKfwJjM3ONCE9Rzji/j8XNbwjhUVTjzgfDCo= | ||||||
|  | github.com/google/uuid v1.3.1 h1:KjJaJ9iWZ3jOFZIf1Lqf4laDRCasjl0BCmnEGxkdLb4= | ||||||
|  | github.com/google/uuid v1.3.1/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= | ||||||
|  | github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= | ||||||
|  | github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= | ||||||
|  | github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk= | ||||||
|  | github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo= | ||||||
|  | gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM= | ||||||
|  | gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= | ||||||
|  | gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA= | ||||||
|  | gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= | ||||||
|   | |||||||
| @@ -5,12 +5,12 @@ import ( | |||||||
| 	"testing" | 	"testing" | ||||||
| 	"time" | 	"time" | ||||||
|  |  | ||||||
| 	"github.com/gofiber/utils" | 	"github.com/stretchr/testify/require" | ||||||
| ) | ) | ||||||
|  |  | ||||||
| func checkTimeStamp(t testing.TB, expectedCurrent, actualCurrent uint32) { | func checkTimeStamp(t testing.TB, expectedCurrent, actualCurrent uint32) { | ||||||
| 	// test with some buffer in front and back of the expectedCurrent time -> because of the timing on the work machine | 	// test with some buffer in front and back of the expectedCurrent time -> because of the timing on the work machine | ||||||
| 	utils.AssertEqual(t, true, actualCurrent >= expectedCurrent-1 || actualCurrent <= expectedCurrent+1) | 	require.True(t, actualCurrent >= expectedCurrent-1 || actualCurrent <= expectedCurrent+1) | ||||||
| } | } | ||||||
|  |  | ||||||
| func Test_TimeStampUpdater(t *testing.T) { | func Test_TimeStampUpdater(t *testing.T) { | ||||||
|   | |||||||
| @@ -5,7 +5,7 @@ import ( | |||||||
| 	"sync/atomic" | 	"sync/atomic" | ||||||
| 	"time" | 	"time" | ||||||
|  |  | ||||||
| 	"github.com/gofiber/storage/memory/internal" | 	"github.com/gofiber/storage/memory/v2/internal" | ||||||
| ) | ) | ||||||
|  |  | ||||||
| // Storage interface that is implemented by storage providers | // Storage interface that is implemented by storage providers | ||||||
|   | |||||||
| @@ -4,7 +4,8 @@ import ( | |||||||
| 	"testing" | 	"testing" | ||||||
| 	"time" | 	"time" | ||||||
|  |  | ||||||
| 	"github.com/gofiber/utils" | 	"github.com/gofiber/utils/v2" | ||||||
|  | 	"github.com/stretchr/testify/require" | ||||||
| ) | ) | ||||||
|  |  | ||||||
| var testStore = New() | var testStore = New() | ||||||
| @@ -16,7 +17,7 @@ func Test_Storage_Memory_Set(t *testing.T) { | |||||||
| 	) | 	) | ||||||
|  |  | ||||||
| 	err := testStore.Set(key, val, 0) | 	err := testStore.Set(key, val, 0) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
| } | } | ||||||
|  |  | ||||||
| func Test_Storage_Memory_Set_Override(t *testing.T) { | func Test_Storage_Memory_Set_Override(t *testing.T) { | ||||||
| @@ -26,10 +27,10 @@ func Test_Storage_Memory_Set_Override(t *testing.T) { | |||||||
| 	) | 	) | ||||||
|  |  | ||||||
| 	err := testStore.Set(key, val, 0) | 	err := testStore.Set(key, val, 0) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	err = testStore.Set(key, val, 0) | 	err = testStore.Set(key, val, 0) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
| } | } | ||||||
|  |  | ||||||
| func Test_Storage_Memory_Get(t *testing.T) { | func Test_Storage_Memory_Get(t *testing.T) { | ||||||
| @@ -39,11 +40,11 @@ func Test_Storage_Memory_Get(t *testing.T) { | |||||||
| 	) | 	) | ||||||
|  |  | ||||||
| 	err := testStore.Set(key, val, 0) | 	err := testStore.Set(key, val, 0) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	result, err := testStore.Get(key) | 	result, err := testStore.Get(key) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
| 	utils.AssertEqual(t, val, result) | 	require.Equal(t, val, result) | ||||||
| } | } | ||||||
|  |  | ||||||
| func Test_Storage_Memory_Set_Expiration(t *testing.T) { | func Test_Storage_Memory_Set_Expiration(t *testing.T) { | ||||||
| @@ -54,26 +55,23 @@ func Test_Storage_Memory_Set_Expiration(t *testing.T) { | |||||||
| 	) | 	) | ||||||
|  |  | ||||||
| 	err := testStore.Set(key, val, exp) | 	err := testStore.Set(key, val, exp) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	time.Sleep(1100 * time.Millisecond) | 	time.Sleep(1100 * time.Millisecond) | ||||||
| } | } | ||||||
|  |  | ||||||
| func Test_Storage_Memory_Get_Expired(t *testing.T) { | func Test_Storage_Memory_Get_Expired(t *testing.T) { | ||||||
| 	var ( | 	key := "john" | ||||||
| 		key = "john" |  | ||||||
| 	) |  | ||||||
|  |  | ||||||
| 	result, err := testStore.Get(key) | 	result, err := testStore.Get(key) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
| 	utils.AssertEqual(t, true, len(result) == 0) | 	require.Zero(t, len(result)) | ||||||
| } | } | ||||||
|  |  | ||||||
| func Test_Storage_Memory_Get_NotExist(t *testing.T) { | func Test_Storage_Memory_Get_NotExist(t *testing.T) { | ||||||
|  |  | ||||||
| 	result, err := testStore.Get("notexist") | 	result, err := testStore.Get("notexist") | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
| 	utils.AssertEqual(t, true, len(result) == 0) | 	require.Zero(t, len(result)) | ||||||
| } | } | ||||||
|  |  | ||||||
| func Test_Storage_Memory_Delete(t *testing.T) { | func Test_Storage_Memory_Delete(t *testing.T) { | ||||||
| @@ -83,48 +81,45 @@ func Test_Storage_Memory_Delete(t *testing.T) { | |||||||
| 	) | 	) | ||||||
|  |  | ||||||
| 	err := testStore.Set(key, val, 0) | 	err := testStore.Set(key, val, 0) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	err = testStore.Delete(key) | 	err = testStore.Delete(key) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	result, err := testStore.Get(key) | 	result, err := testStore.Get(key) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
| 	utils.AssertEqual(t, true, len(result) == 0) | 	require.Zero(t, len(result)) | ||||||
| } | } | ||||||
|  |  | ||||||
| func Test_Storage_Memory_Reset(t *testing.T) { | func Test_Storage_Memory_Reset(t *testing.T) { | ||||||
| 	var ( | 	val := []byte("doe") | ||||||
| 		val = []byte("doe") |  | ||||||
| 	) |  | ||||||
|  |  | ||||||
| 	err := testStore.Set("john1", val, 0) | 	err := testStore.Set("john1", val, 0) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	err = testStore.Set("john2", val, 0) | 	err = testStore.Set("john2", val, 0) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	err = testStore.Reset() | 	err = testStore.Reset() | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	result, err := testStore.Get("john1") | 	result, err := testStore.Get("john1") | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
| 	utils.AssertEqual(t, true, len(result) == 0) | 	require.Zero(t, len(result)) | ||||||
|  |  | ||||||
| 	result, err = testStore.Get("john2") | 	result, err = testStore.Get("john2") | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
| 	utils.AssertEqual(t, true, len(result) == 0) | 	require.Zero(t, len(result)) | ||||||
| } | } | ||||||
|  |  | ||||||
| func Test_Storage_Memory_Close(t *testing.T) { | func Test_Storage_Memory_Close(t *testing.T) { | ||||||
| 	utils.AssertEqual(t, nil, testStore.Close()) | 	require.Nil(t, testStore.Close()) | ||||||
| } | } | ||||||
|  |  | ||||||
| func Test_Storage_Memory_Conn(t *testing.T) { | func Test_Storage_Memory_Conn(t *testing.T) { | ||||||
| 	utils.AssertEqual(t, true, testStore.Conn() != nil) | 	require.True(t, testStore.Conn() != nil) | ||||||
| } | } | ||||||
|  |  | ||||||
|  |  | ||||||
| // go test -v -run=^$ -bench=Benchmark_Storage_Memory -benchmem -count=4 | // go test -v -run=^$ -bench=Benchmark_Storage_Memory -benchmem -count=4 | ||||||
| func Benchmark_Storage_Memory(b *testing.B) { | func Benchmark_Storage_Memory(b *testing.B) { | ||||||
| 	keyLength := 1000 | 	keyLength := 1000 | ||||||
|   | |||||||
| @@ -11,6 +11,8 @@ title: MongoDB | |||||||
|  |  | ||||||
| A MongoDB storage driver using [mongodb/mongo-go-driver](https://github.com/mongodb/mongo-go-driver). | A MongoDB storage driver using [mongodb/mongo-go-driver](https://github.com/mongodb/mongo-go-driver). | ||||||
|  |  | ||||||
|  | **Note: Requires Go 1.19 and above** | ||||||
|  |  | ||||||
| ### Table of Contents | ### Table of Contents | ||||||
| - [Signatures](#signatures) | - [Signatures](#signatures) | ||||||
| - [Installation](#installation) | - [Installation](#installation) | ||||||
| @@ -35,13 +37,13 @@ go mod init github.com/<user>/<repo> | |||||||
| ``` | ``` | ||||||
| And then install the mongodb implementation: | And then install the mongodb implementation: | ||||||
| ```bash | ```bash | ||||||
| go get github.com/gofiber/storage/mongodb | go get github.com/gofiber/storage/mongodb/v2 | ||||||
| ``` | ``` | ||||||
|  |  | ||||||
| ### Examples | ### Examples | ||||||
| Import the storage package. | Import the storage package. | ||||||
| ```go | ```go | ||||||
| import "github.com/gofiber/storage/mongodb" | import "github.com/gofiber/storage/mongodb/v2" | ||||||
| ``` | ``` | ||||||
|  |  | ||||||
| You can use the following possibilities to create a storage: | You can use the following possibilities to create a storage: | ||||||
|   | |||||||
| @@ -1,21 +1,24 @@ | |||||||
| module github.com/gofiber/storage/mongodb | module github.com/gofiber/storage/mongodb/v2 | ||||||
|  |  | ||||||
| go 1.17 | go 1.19 | ||||||
|  |  | ||||||
| require ( | require ( | ||||||
| 	github.com/gofiber/utils v1.1.0 | 	github.com/stretchr/testify v1.8.4 | ||||||
| 	go.mongodb.org/mongo-driver v1.12.1 | 	go.mongodb.org/mongo-driver v1.12.1 | ||||||
| ) | ) | ||||||
|  |  | ||||||
| require ( | require ( | ||||||
|  | 	github.com/davecgh/go-spew v1.1.1 // indirect | ||||||
| 	github.com/golang/snappy v0.0.4 // indirect | 	github.com/golang/snappy v0.0.4 // indirect | ||||||
| 	github.com/klauspost/compress v1.13.6 // indirect | 	github.com/klauspost/compress v1.16.7 // indirect | ||||||
| 	github.com/montanaflynn/stats v0.0.0-20171201202039-1bf9dbcd8cbe // indirect | 	github.com/montanaflynn/stats v0.7.1 // indirect | ||||||
|  | 	github.com/pmezard/go-difflib v1.0.0 // indirect | ||||||
| 	github.com/xdg-go/pbkdf2 v1.0.0 // indirect | 	github.com/xdg-go/pbkdf2 v1.0.0 // indirect | ||||||
| 	github.com/xdg-go/scram v1.1.2 // indirect | 	github.com/xdg-go/scram v1.1.2 // indirect | ||||||
| 	github.com/xdg-go/stringprep v1.0.4 // indirect | 	github.com/xdg-go/stringprep v1.0.4 // indirect | ||||||
| 	github.com/youmark/pkcs8 v0.0.0-20201027041543-1326539a0a0a // indirect | 	github.com/youmark/pkcs8 v0.0.0-20201027041543-1326539a0a0a // indirect | ||||||
| 	golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d // indirect | 	golang.org/x/crypto v0.12.0 // indirect | ||||||
| 	golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 // indirect | 	golang.org/x/sync v0.3.0 // indirect | ||||||
| 	golang.org/x/text v0.7.0 // indirect | 	golang.org/x/text v0.12.0 // indirect | ||||||
|  | 	gopkg.in/yaml.v3 v3.0.1 // indirect | ||||||
| ) | ) | ||||||
|   | |||||||
| @@ -1,16 +1,20 @@ | |||||||
| github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= | github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= | ||||||
| github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= | github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= | ||||||
| github.com/gofiber/utils v1.1.0 h1:vdEBpn7AzIUJRhe+CiTOJdUcTg4Q9RK+pEa0KPbLdrM= |  | ||||||
| github.com/gofiber/utils v1.1.0/go.mod h1:poZpsnhBykfnY1Mc0KeEa6mSHrS3dV0+oBWyeQmb2e0= |  | ||||||
| github.com/golang/snappy v0.0.1/go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q= | github.com/golang/snappy v0.0.1/go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q= | ||||||
| github.com/golang/snappy v0.0.4 h1:yAGX7huGHXlcLOEtBnF4w7FQwA26wojNCwOYAEhLjQM= | github.com/golang/snappy v0.0.4 h1:yAGX7huGHXlcLOEtBnF4w7FQwA26wojNCwOYAEhLjQM= | ||||||
| github.com/golang/snappy v0.0.4/go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q= | github.com/golang/snappy v0.0.4/go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q= | ||||||
| github.com/google/go-cmp v0.5.2 h1:X2ev0eStA3AbceY54o37/0PQ/UWqKEiiO2dKL5OPaFM= | github.com/google/go-cmp v0.5.2 h1:X2ev0eStA3AbceY54o37/0PQ/UWqKEiiO2dKL5OPaFM= | ||||||
| github.com/google/go-cmp v0.5.2/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= | github.com/google/go-cmp v0.5.2/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= | ||||||
| github.com/klauspost/compress v1.13.6 h1:P76CopJELS0TiO2mebmnzgWaajssP/EszplttgQxcgc= |  | ||||||
| github.com/klauspost/compress v1.13.6/go.mod h1:/3/Vjq9QcHkK5uEr5lBEmyoZ1iFhe47etQ6QUkpK6sk= | github.com/klauspost/compress v1.13.6/go.mod h1:/3/Vjq9QcHkK5uEr5lBEmyoZ1iFhe47etQ6QUkpK6sk= | ||||||
| github.com/montanaflynn/stats v0.0.0-20171201202039-1bf9dbcd8cbe h1:iruDEfMl2E6fbMZ9s0scYfZQ84/6SPL6zC8ACM2oIL0= | github.com/klauspost/compress v1.16.7 h1:2mk3MPGNzKyxErAw8YaohYh69+pa4sIQSC0fPGCFR9I= | ||||||
|  | github.com/klauspost/compress v1.16.7/go.mod h1:ntbaceVETuRiXiv4DpjP66DpAtAGkEQskQzEyD//IeE= | ||||||
| github.com/montanaflynn/stats v0.0.0-20171201202039-1bf9dbcd8cbe/go.mod h1:wL8QJuTMNUDYhXwkmfOly8iTdp5TEcJFWZD2D7SIkUc= | github.com/montanaflynn/stats v0.0.0-20171201202039-1bf9dbcd8cbe/go.mod h1:wL8QJuTMNUDYhXwkmfOly8iTdp5TEcJFWZD2D7SIkUc= | ||||||
|  | github.com/montanaflynn/stats v0.7.1 h1:etflOAAHORrCC44V+aR6Ftzort912ZU+YLiSTuV8eaE= | ||||||
|  | github.com/montanaflynn/stats v0.7.1/go.mod h1:etXPPgVO6n31NxCd9KQUMvCM+ve0ruNzt6R8Bnaayow= | ||||||
|  | github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= | ||||||
|  | github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= | ||||||
|  | github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk= | ||||||
|  | github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo= | ||||||
| github.com/xdg-go/pbkdf2 v1.0.0 h1:Su7DPu48wXMwC3bs7MCNG+z4FhcyEuz5dlvchbq0B0c= | github.com/xdg-go/pbkdf2 v1.0.0 h1:Su7DPu48wXMwC3bs7MCNG+z4FhcyEuz5dlvchbq0B0c= | ||||||
| github.com/xdg-go/pbkdf2 v1.0.0/go.mod h1:jrpuAogTd400dnrH08LKmI/xc1MbPOebTwRqcT5RDeI= | github.com/xdg-go/pbkdf2 v1.0.0/go.mod h1:jrpuAogTd400dnrH08LKmI/xc1MbPOebTwRqcT5RDeI= | ||||||
| github.com/xdg-go/scram v1.1.2 h1:FHX5I5B4i4hKRVRBCFRxq1iQRej7WO3hhBuJf+UUySY= | github.com/xdg-go/scram v1.1.2 h1:FHX5I5B4i4hKRVRBCFRxq1iQRej7WO3hhBuJf+UUySY= | ||||||
| @@ -26,8 +30,9 @@ go.mongodb.org/mongo-driver v1.12.1/go.mod h1:/rGBTebI3XYboVmgz+Wv3Bcbl3aD0QF9zl | |||||||
| golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w= | golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w= | ||||||
| golang.org/x/crypto v0.0.0-20200302210943-78000ba7a073/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto= | golang.org/x/crypto v0.0.0-20200302210943-78000ba7a073/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto= | ||||||
| golang.org/x/crypto v0.0.0-20210921155107-089bfa567519/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc= | golang.org/x/crypto v0.0.0-20210921155107-089bfa567519/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc= | ||||||
| golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d h1:sK3txAijHtOK88l68nt020reeT1ZdKLIYetKl95FzVY= |  | ||||||
| golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4= | golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4= | ||||||
|  | golang.org/x/crypto v0.12.0 h1:tFM/ta59kqch6LlvYnPa0yx5a83cL2nHflFhYKvv9Yk= | ||||||
|  | golang.org/x/crypto v0.12.0/go.mod h1:NF0Gs7EO5K4qLn+Ylc+fih8BSTeIjAP05siRnAh98yw= | ||||||
| golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4/go.mod h1:jJ57K6gSWd91VN4djpZkiMVwK6gcyfeH4XE8wZrZaV4= | golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4/go.mod h1:jJ57K6gSWd91VN4djpZkiMVwK6gcyfeH4XE8wZrZaV4= | ||||||
| golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg= | golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg= | ||||||
| golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= | golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= | ||||||
| @@ -35,8 +40,9 @@ golang.org/x/net v0.0.0-20210226172049-e18ecbb05110/go.mod h1:m0MpNAwzfU5UDzcl9v | |||||||
| golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= | golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= | ||||||
| golang.org/x/net v0.0.0-20220722155237-a158d28d115b/go.mod h1:XRhObCWvk6IyKnWLug+ECip1KBveYUHfp+8e9klMJ9c= | golang.org/x/net v0.0.0-20220722155237-a158d28d115b/go.mod h1:XRhObCWvk6IyKnWLug+ECip1KBveYUHfp+8e9klMJ9c= | ||||||
| golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= | golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= | ||||||
| golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 h1:uVc8UZUe6tr40fFVnUP5Oj+veunVezqYl9z7DYw9xzw= |  | ||||||
| golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= | golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= | ||||||
|  | golang.org/x/sync v0.3.0 h1:ftCYgMx6zT/asHUrPw8BLLscYtGznsLAnjq5RH9P66E= | ||||||
|  | golang.org/x/sync v0.3.0/go.mod h1:FU7BRWz2tNW+3quACPkgCx/L+uEAv1htQ0V83Z9Rj+Y= | ||||||
| golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= | golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= | ||||||
| golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= | golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= | ||||||
| golang.org/x/sys v0.0.0-20201119102817-f84b799fce68/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= | golang.org/x/sys v0.0.0-20201119102817-f84b799fce68/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= | ||||||
| @@ -51,11 +57,16 @@ golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= | |||||||
| golang.org/x/text v0.3.6/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= | golang.org/x/text v0.3.6/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= | ||||||
| golang.org/x/text v0.3.7/go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ= | golang.org/x/text v0.3.7/go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ= | ||||||
| golang.org/x/text v0.3.8/go.mod h1:E6s5w1FMmriuDzIBO73fBruAKo1PCIq6d2Q6DHfQ8WQ= | golang.org/x/text v0.3.8/go.mod h1:E6s5w1FMmriuDzIBO73fBruAKo1PCIq6d2Q6DHfQ8WQ= | ||||||
| golang.org/x/text v0.7.0 h1:4BRB4x83lYWy72KwLD/qYDuTu7q9PjSagHvijDw7cLo= |  | ||||||
| golang.org/x/text v0.7.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8= | golang.org/x/text v0.7.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8= | ||||||
|  | golang.org/x/text v0.12.0 h1:k+n5B8goJNdU7hSvEtMUz3d1Q6D/XW4COJSJR6fN0mc= | ||||||
|  | golang.org/x/text v0.12.0/go.mod h1:TvPlkZtksWOMsz7fbANvkp4WM8x/WCo/om8BMLbz+aE= | ||||||
| golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= | golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= | ||||||
| golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= | golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= | ||||||
| golang.org/x/tools v0.1.12/go.mod h1:hNGJHUnrk76NpqgfD5Aqm5Crs+Hm0VOH/i9J2+nxYbc= | golang.org/x/tools v0.1.12/go.mod h1:hNGJHUnrk76NpqgfD5Aqm5Crs+Hm0VOH/i9J2+nxYbc= | ||||||
| golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= | golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= | ||||||
| golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 h1:E7g+9GITq07hpfrRu66IVDexMakfv52eLZ2CXBWiKr4= | golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 h1:E7g+9GITq07hpfrRu66IVDexMakfv52eLZ2CXBWiKr4= | ||||||
| golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= | golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= | ||||||
|  | gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM= | ||||||
|  | gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= | ||||||
|  | gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA= | ||||||
|  | gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= | ||||||
|   | |||||||
| @@ -4,7 +4,7 @@ import ( | |||||||
| 	"testing" | 	"testing" | ||||||
| 	"time" | 	"time" | ||||||
|  |  | ||||||
| 	"github.com/gofiber/utils" | 	"github.com/stretchr/testify/require" | ||||||
| ) | ) | ||||||
|  |  | ||||||
| var testStore = New(Config{ | var testStore = New(Config{ | ||||||
| @@ -18,7 +18,7 @@ func Test_MongoDB_Set(t *testing.T) { | |||||||
| 	) | 	) | ||||||
|  |  | ||||||
| 	err := testStore.Set(key, val, 0) | 	err := testStore.Set(key, val, 0) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
| } | } | ||||||
|  |  | ||||||
| func Test_MongoDB_Set_Override(t *testing.T) { | func Test_MongoDB_Set_Override(t *testing.T) { | ||||||
| @@ -28,10 +28,10 @@ func Test_MongoDB_Set_Override(t *testing.T) { | |||||||
| 	) | 	) | ||||||
|  |  | ||||||
| 	err := testStore.Set(key, val, 0) | 	err := testStore.Set(key, val, 0) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	err = testStore.Set(key, val, 0) | 	err = testStore.Set(key, val, 0) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
| } | } | ||||||
|  |  | ||||||
| func Test_MongoDB_Get(t *testing.T) { | func Test_MongoDB_Get(t *testing.T) { | ||||||
| @@ -41,11 +41,11 @@ func Test_MongoDB_Get(t *testing.T) { | |||||||
| 	) | 	) | ||||||
|  |  | ||||||
| 	err := testStore.Set(key, val, 0) | 	err := testStore.Set(key, val, 0) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	result, err := testStore.Get(key) | 	result, err := testStore.Get(key) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
| 	utils.AssertEqual(t, val, result) | 	require.Equal(t, val, result) | ||||||
| } | } | ||||||
|  |  | ||||||
| func Test_MongoDB_Set_Expiration(t *testing.T) { | func Test_MongoDB_Set_Expiration(t *testing.T) { | ||||||
| @@ -56,26 +56,23 @@ func Test_MongoDB_Set_Expiration(t *testing.T) { | |||||||
| 	) | 	) | ||||||
|  |  | ||||||
| 	err := testStore.Set(key, val, exp) | 	err := testStore.Set(key, val, exp) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	time.Sleep(1100 * time.Millisecond) | 	time.Sleep(1100 * time.Millisecond) | ||||||
| } | } | ||||||
|  |  | ||||||
| func Test_MongoDB_Get_Expired(t *testing.T) { | func Test_MongoDB_Get_Expired(t *testing.T) { | ||||||
| 	var ( | 	key := "john" | ||||||
| 		key = "john" |  | ||||||
| 	) |  | ||||||
|  |  | ||||||
| 	result, err := testStore.Get(key) | 	result, err := testStore.Get(key) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
| 	utils.AssertEqual(t, true, len(result) == 0) | 	require.Zero(t, len(result)) | ||||||
| } | } | ||||||
|  |  | ||||||
| func Test_MongoDB_Get_NotExist(t *testing.T) { | func Test_MongoDB_Get_NotExist(t *testing.T) { | ||||||
|  |  | ||||||
| 	result, err := testStore.Get("notexist") | 	result, err := testStore.Get("notexist") | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
| 	utils.AssertEqual(t, true, len(result) == 0) | 	require.Zero(t, len(result)) | ||||||
| } | } | ||||||
|  |  | ||||||
| func Test_MongoDB_Delete(t *testing.T) { | func Test_MongoDB_Delete(t *testing.T) { | ||||||
| @@ -85,43 +82,41 @@ func Test_MongoDB_Delete(t *testing.T) { | |||||||
| 	) | 	) | ||||||
|  |  | ||||||
| 	err := testStore.Set(key, val, 0) | 	err := testStore.Set(key, val, 0) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	err = testStore.Delete(key) | 	err = testStore.Delete(key) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	result, err := testStore.Get(key) | 	result, err := testStore.Get(key) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
| 	utils.AssertEqual(t, true, len(result) == 0) | 	require.Zero(t, len(result)) | ||||||
| } | } | ||||||
|  |  | ||||||
| func Test_MongoDB_Reset(t *testing.T) { | func Test_MongoDB_Reset(t *testing.T) { | ||||||
| 	var ( | 	val := []byte("doe") | ||||||
| 		val = []byte("doe") |  | ||||||
| 	) |  | ||||||
|  |  | ||||||
| 	err := testStore.Set("john1", val, 0) | 	err := testStore.Set("john1", val, 0) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	err = testStore.Set("john2", val, 0) | 	err = testStore.Set("john2", val, 0) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	err = testStore.Reset() | 	err = testStore.Reset() | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	result, err := testStore.Get("john1") | 	result, err := testStore.Get("john1") | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
| 	utils.AssertEqual(t, true, len(result) == 0) | 	require.Zero(t, len(result)) | ||||||
|  |  | ||||||
| 	result, err = testStore.Get("john2") | 	result, err = testStore.Get("john2") | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
| 	utils.AssertEqual(t, true, len(result) == 0) | 	require.Zero(t, len(result)) | ||||||
| } | } | ||||||
|  |  | ||||||
| func Test_MongoDB_Close(t *testing.T) { | func Test_MongoDB_Close(t *testing.T) { | ||||||
| 	utils.AssertEqual(t, nil, testStore.Close()) | 	require.Nil(t, testStore.Close()) | ||||||
| } | } | ||||||
|  |  | ||||||
| func Test_MongoDB_Conn(t *testing.T) { | func Test_MongoDB_Conn(t *testing.T) { | ||||||
| 	utils.AssertEqual(t, true, testStore.Conn() != nil) | 	require.True(t, testStore.Conn() != nil) | ||||||
| } | } | ||||||
|   | |||||||
| @@ -11,6 +11,8 @@ title: MSSQL | |||||||
|  |  | ||||||
| A MSSQL storage driver using [microsoft/go-mssqldb](https://github.com/microsoft/go-mssqldb). | A MSSQL storage driver using [microsoft/go-mssqldb](https://github.com/microsoft/go-mssqldb). | ||||||
|  |  | ||||||
|  | **Note: Requires Go 1.19 and above** | ||||||
|  |  | ||||||
| ### Table of Contents | ### Table of Contents | ||||||
| - [Signatures](#signatures) | - [Signatures](#signatures) | ||||||
| - [Installation](#installation) | - [Installation](#installation) | ||||||
| @@ -35,13 +37,13 @@ go mod init github.com/<user>/<repo> | |||||||
| ``` | ``` | ||||||
| And then install the mssql implementation: | And then install the mssql implementation: | ||||||
| ```bash | ```bash | ||||||
| go get github.com/gofiber/storage/mssql | go get github.com/gofiber/storage/mssql/v2 | ||||||
| ``` | ``` | ||||||
|  |  | ||||||
| ### Examples | ### Examples | ||||||
| Import the storage package. | Import the storage package. | ||||||
| ```go | ```go | ||||||
| import "github.com/gofiber/storage/mssql" | import "github.com/gofiber/storage/mssql/v2" | ||||||
| ``` | ``` | ||||||
|  |  | ||||||
| You can use the following possibilities to create a storage: | You can use the following possibilities to create a storage: | ||||||
|   | |||||||
							
								
								
									
										11
									
								
								mssql/go.mod
									
									
									
									
									
								
							
							
						
						
									
										11
									
								
								mssql/go.mod
									
									
									
									
									
								
							| @@ -1,14 +1,17 @@ | |||||||
| module github.com/gofiber/storage/mssql | module github.com/gofiber/storage/mssql/v2 | ||||||
|  |  | ||||||
| go 1.18 | go 1.19 | ||||||
|  |  | ||||||
| require ( | require ( | ||||||
| 	github.com/gofiber/utils v1.1.0 |  | ||||||
| 	github.com/microsoft/go-mssqldb v1.5.0 | 	github.com/microsoft/go-mssqldb v1.5.0 | ||||||
|  | 	github.com/stretchr/testify v1.8.4 | ||||||
| ) | ) | ||||||
|  |  | ||||||
| require ( | require ( | ||||||
|  | 	github.com/davecgh/go-spew v1.1.1 // indirect | ||||||
| 	github.com/golang-sql/civil v0.0.0-20220223132316-b832511892a9 // indirect | 	github.com/golang-sql/civil v0.0.0-20220223132316-b832511892a9 // indirect | ||||||
| 	github.com/golang-sql/sqlexp v0.1.0 // indirect | 	github.com/golang-sql/sqlexp v0.1.0 // indirect | ||||||
| 	golang.org/x/crypto v0.9.0 // indirect | 	github.com/pmezard/go-difflib v1.0.0 // indirect | ||||||
|  | 	golang.org/x/crypto v0.12.0 // indirect | ||||||
|  | 	gopkg.in/yaml.v3 v3.0.1 // indirect | ||||||
| ) | ) | ||||||
|   | |||||||
							
								
								
									
										11
									
								
								mssql/go.sum
									
									
									
									
									
								
							
							
						
						
									
										11
									
								
								mssql/go.sum
									
									
									
									
									
								
							| @@ -3,11 +3,10 @@ github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.3.0/go.mod h1:OQeznEEkTZ9Orh | |||||||
| github.com/Azure/azure-sdk-for-go/sdk/internal v1.3.0/go.mod h1:okt5dMMTOFjX/aovMlrjvvXoPMBVSPzk9185BT0+eZM= | github.com/Azure/azure-sdk-for-go/sdk/internal v1.3.0/go.mod h1:okt5dMMTOFjX/aovMlrjvvXoPMBVSPzk9185BT0+eZM= | ||||||
| github.com/AzureAD/microsoft-authentication-library-for-go v1.0.0/go.mod h1:kgDmCTgBzIEPFElEF+FK0SdjAor06dRq2Go927dnQ6o= | github.com/AzureAD/microsoft-authentication-library-for-go v1.0.0/go.mod h1:kgDmCTgBzIEPFElEF+FK0SdjAor06dRq2Go927dnQ6o= | ||||||
| github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= | github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= | ||||||
|  | github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= | ||||||
| github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= | github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= | ||||||
| github.com/dnaeon/go-vcr v1.1.0/go.mod h1:M7tiix8f0r6mKKJ3Yq/kqU1OYf3MnfmBWVbPx/yU9ko= | github.com/dnaeon/go-vcr v1.1.0/go.mod h1:M7tiix8f0r6mKKJ3Yq/kqU1OYf3MnfmBWVbPx/yU9ko= | ||||||
| github.com/dnaeon/go-vcr v1.2.0/go.mod h1:R4UdLID7HZT3taECzJs4YgbbH6PIGXB6W/sc5OLb6RQ= | github.com/dnaeon/go-vcr v1.2.0/go.mod h1:R4UdLID7HZT3taECzJs4YgbbH6PIGXB6W/sc5OLb6RQ= | ||||||
| github.com/gofiber/utils v1.1.0 h1:vdEBpn7AzIUJRhe+CiTOJdUcTg4Q9RK+pEa0KPbLdrM= |  | ||||||
| github.com/gofiber/utils v1.1.0/go.mod h1:poZpsnhBykfnY1Mc0KeEa6mSHrS3dV0+oBWyeQmb2e0= |  | ||||||
| github.com/golang-jwt/jwt/v4 v4.4.3/go.mod h1:m21LjoU+eqJr34lmDMbreY2eSTRJ1cv77w39/MY0Ch0= | github.com/golang-jwt/jwt/v4 v4.4.3/go.mod h1:m21LjoU+eqJr34lmDMbreY2eSTRJ1cv77w39/MY0Ch0= | ||||||
| github.com/golang-jwt/jwt/v4 v4.5.0/go.mod h1:m21LjoU+eqJr34lmDMbreY2eSTRJ1cv77w39/MY0Ch0= | github.com/golang-jwt/jwt/v4 v4.5.0/go.mod h1:m21LjoU+eqJr34lmDMbreY2eSTRJ1cv77w39/MY0Ch0= | ||||||
| github.com/golang-sql/civil v0.0.0-20220223132316-b832511892a9 h1:au07oEsX2xN0ktxqI+Sida1w446QrXBRJ0nee3SNZlA= | github.com/golang-sql/civil v0.0.0-20220223132316-b832511892a9 h1:au07oEsX2xN0ktxqI+Sida1w446QrXBRJ0nee3SNZlA= | ||||||
| @@ -31,6 +30,7 @@ github.com/microsoft/go-mssqldb v1.5.0/go.mod h1:lmWsjHD8XX/Txr0f8ZqgbEZSC+BZjmE | |||||||
| github.com/modocache/gover v0.0.0-20171022184752-b58185e213c5/go.mod h1:caMODM3PzxT8aQXRPkAt8xlV/e7d7w8GM5g0fa5F0D8= | github.com/modocache/gover v0.0.0-20171022184752-b58185e213c5/go.mod h1:caMODM3PzxT8aQXRPkAt8xlV/e7d7w8GM5g0fa5F0D8= | ||||||
| github.com/montanaflynn/stats v0.7.0/go.mod h1:etXPPgVO6n31NxCd9KQUMvCM+ve0ruNzt6R8Bnaayow= | github.com/montanaflynn/stats v0.7.0/go.mod h1:etXPPgVO6n31NxCd9KQUMvCM+ve0ruNzt6R8Bnaayow= | ||||||
| github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8/go.mod h1:HKlIX3XHQyzLZPlr7++PzdhaXEj94dEiJgZDTsxEqUI= | github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8/go.mod h1:HKlIX3XHQyzLZPlr7++PzdhaXEj94dEiJgZDTsxEqUI= | ||||||
|  | github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= | ||||||
| github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= | github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= | ||||||
| github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= | github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= | ||||||
| github.com/stretchr/objx v0.4.0/go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSSt89Yw= | github.com/stretchr/objx v0.4.0/go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSSt89Yw= | ||||||
| @@ -40,13 +40,16 @@ github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/ | |||||||
| github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= | github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= | ||||||
| github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU= | github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU= | ||||||
| github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4= | github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4= | ||||||
|  | github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk= | ||||||
|  | github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo= | ||||||
| github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY= | github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY= | ||||||
| golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w= | golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w= | ||||||
| golang.org/x/crypto v0.0.0-20210921155107-089bfa567519/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc= | golang.org/x/crypto v0.0.0-20210921155107-089bfa567519/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc= | ||||||
| golang.org/x/crypto v0.6.0/go.mod h1:OFC/31mSvZgRz0V1QTNCzfAI1aIRzbiufJtkMIlEp58= | golang.org/x/crypto v0.6.0/go.mod h1:OFC/31mSvZgRz0V1QTNCzfAI1aIRzbiufJtkMIlEp58= | ||||||
| golang.org/x/crypto v0.7.0/go.mod h1:pYwdfH91IfpZVANVyUOhSIPZaFoJGxTFbZhFTx+dXZU= | golang.org/x/crypto v0.7.0/go.mod h1:pYwdfH91IfpZVANVyUOhSIPZaFoJGxTFbZhFTx+dXZU= | ||||||
| golang.org/x/crypto v0.9.0 h1:LF6fAI+IutBocDJ2OT0Q1g8plpYljMZ4+lty+dsqw3g= |  | ||||||
| golang.org/x/crypto v0.9.0/go.mod h1:yrmDGqONDYtNj3tH8X9dzUun2m2lzPa9ngI6/RUPGR0= | golang.org/x/crypto v0.9.0/go.mod h1:yrmDGqONDYtNj3tH8X9dzUun2m2lzPa9ngI6/RUPGR0= | ||||||
|  | golang.org/x/crypto v0.12.0 h1:tFM/ta59kqch6LlvYnPa0yx5a83cL2nHflFhYKvv9Yk= | ||||||
|  | golang.org/x/crypto v0.12.0/go.mod h1:NF0Gs7EO5K4qLn+Ylc+fih8BSTeIjAP05siRnAh98yw= | ||||||
| golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4/go.mod h1:jJ57K6gSWd91VN4djpZkiMVwK6gcyfeH4XE8wZrZaV4= | golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4/go.mod h1:jJ57K6gSWd91VN4djpZkiMVwK6gcyfeH4XE8wZrZaV4= | ||||||
| golang.org/x/mod v0.8.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs= | golang.org/x/mod v0.8.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs= | ||||||
| golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= | golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= | ||||||
| @@ -85,10 +88,12 @@ golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e/go.mod h1:b+2E5dAYhXwXZwtn | |||||||
| golang.org/x/tools v0.1.12/go.mod h1:hNGJHUnrk76NpqgfD5Aqm5Crs+Hm0VOH/i9J2+nxYbc= | golang.org/x/tools v0.1.12/go.mod h1:hNGJHUnrk76NpqgfD5Aqm5Crs+Hm0VOH/i9J2+nxYbc= | ||||||
| golang.org/x/tools v0.6.0/go.mod h1:Xwgl3UAJ/d3gWutnCtw505GrjyAbvKui8lOU390QaIU= | golang.org/x/tools v0.6.0/go.mod h1:Xwgl3UAJ/d3gWutnCtw505GrjyAbvKui8lOU390QaIU= | ||||||
| golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= | golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= | ||||||
|  | gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM= | ||||||
| gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= | gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= | ||||||
| gopkg.in/yaml.v2 v2.2.1/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= | gopkg.in/yaml.v2 v2.2.1/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= | ||||||
| gopkg.in/yaml.v2 v2.2.2/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= | gopkg.in/yaml.v2 v2.2.2/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= | ||||||
| gopkg.in/yaml.v2 v2.2.8/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= | gopkg.in/yaml.v2 v2.2.8/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= | ||||||
| gopkg.in/yaml.v2 v2.4.0/go.mod h1:RDklbk79AGWmwhnvt/jBztapEOGDOx6ZbXqjP6csGnQ= | gopkg.in/yaml.v2 v2.4.0/go.mod h1:RDklbk79AGWmwhnvt/jBztapEOGDOx6ZbXqjP6csGnQ= | ||||||
| gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= | gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= | ||||||
|  | gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA= | ||||||
| gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= | gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= | ||||||
|   | |||||||
| @@ -6,7 +6,7 @@ import ( | |||||||
| 	"testing" | 	"testing" | ||||||
| 	"time" | 	"time" | ||||||
|  |  | ||||||
| 	"github.com/gofiber/utils" | 	"github.com/stretchr/testify/require" | ||||||
| ) | ) | ||||||
|  |  | ||||||
| var testStore = New(Config{ | var testStore = New(Config{ | ||||||
| @@ -23,7 +23,7 @@ func Test_MSSQL_Set(t *testing.T) { | |||||||
| 	) | 	) | ||||||
|  |  | ||||||
| 	err := testStore.Set(key, val, 0) | 	err := testStore.Set(key, val, 0) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
| } | } | ||||||
|  |  | ||||||
| func Test_MSSQL_Set_Override(t *testing.T) { | func Test_MSSQL_Set_Override(t *testing.T) { | ||||||
| @@ -33,10 +33,10 @@ func Test_MSSQL_Set_Override(t *testing.T) { | |||||||
| 	) | 	) | ||||||
|  |  | ||||||
| 	err := testStore.Set(key, val, 0) | 	err := testStore.Set(key, val, 0) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	err = testStore.Set(key, val, 0) | 	err = testStore.Set(key, val, 0) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
| } | } | ||||||
|  |  | ||||||
| func Test_MSSQL_Get(t *testing.T) { | func Test_MSSQL_Get(t *testing.T) { | ||||||
| @@ -46,11 +46,11 @@ func Test_MSSQL_Get(t *testing.T) { | |||||||
| 	) | 	) | ||||||
|  |  | ||||||
| 	err := testStore.Set(key, val, 0) | 	err := testStore.Set(key, val, 0) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	result, err := testStore.Get(key) | 	result, err := testStore.Get(key) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
| 	utils.AssertEqual(t, val, result) | 	require.Equal(t, val, result) | ||||||
| } | } | ||||||
|  |  | ||||||
| func Test_MSSQL_Set_Expiration(t *testing.T) { | func Test_MSSQL_Set_Expiration(t *testing.T) { | ||||||
| @@ -61,26 +61,23 @@ func Test_MSSQL_Set_Expiration(t *testing.T) { | |||||||
| 	) | 	) | ||||||
|  |  | ||||||
| 	err := testStore.Set(key, val, exp) | 	err := testStore.Set(key, val, exp) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	time.Sleep(1100 * time.Millisecond) | 	time.Sleep(1100 * time.Millisecond) | ||||||
| } | } | ||||||
|  |  | ||||||
| func Test_MSSQL_Get_Expired(t *testing.T) { | func Test_MSSQL_Get_Expired(t *testing.T) { | ||||||
| 	var ( | 	key := "john" | ||||||
| 		key = "john" |  | ||||||
| 	) |  | ||||||
|  |  | ||||||
| 	result, err := testStore.Get(key) | 	result, err := testStore.Get(key) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
| 	utils.AssertEqual(t, true, len(result) == 0) | 	require.Zero(t, len(result)) | ||||||
| } | } | ||||||
|  |  | ||||||
| func Test_MSSQL_Get_NotExist(t *testing.T) { | func Test_MSSQL_Get_NotExist(t *testing.T) { | ||||||
|  |  | ||||||
| 	result, err := testStore.Get("notexist") | 	result, err := testStore.Get("notexist") | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
| 	utils.AssertEqual(t, true, len(result) == 0) | 	require.Zero(t, len(result)) | ||||||
| } | } | ||||||
|  |  | ||||||
| func Test_MSSQL_Delete(t *testing.T) { | func Test_MSSQL_Delete(t *testing.T) { | ||||||
| @@ -90,79 +87,74 @@ func Test_MSSQL_Delete(t *testing.T) { | |||||||
| 	) | 	) | ||||||
|  |  | ||||||
| 	err := testStore.Set(key, val, 0) | 	err := testStore.Set(key, val, 0) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	err = testStore.Delete(key) | 	err = testStore.Delete(key) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	result, err := testStore.Get(key) | 	result, err := testStore.Get(key) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
| 	utils.AssertEqual(t, true, len(result) == 0) | 	require.Zero(t, len(result)) | ||||||
| } | } | ||||||
|  |  | ||||||
| func Test_MSSQL_Reset(t *testing.T) { | func Test_MSSQL_Reset(t *testing.T) { | ||||||
| 	var ( | 	val := []byte("doe") | ||||||
| 		val = []byte("doe") |  | ||||||
| 	) |  | ||||||
|  |  | ||||||
| 	err := testStore.Set("john1", val, 0) | 	err := testStore.Set("john1", val, 0) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	err = testStore.Set("john2", val, 0) | 	err = testStore.Set("john2", val, 0) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	err = testStore.Reset() | 	err = testStore.Reset() | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	result, err := testStore.Get("john1") | 	result, err := testStore.Get("john1") | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
| 	utils.AssertEqual(t, true, len(result) == 0) | 	require.Zero(t, len(result)) | ||||||
|  |  | ||||||
| 	result, err = testStore.Get("john2") | 	result, err = testStore.Get("john2") | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
| 	utils.AssertEqual(t, true, len(result) == 0) | 	require.Zero(t, len(result)) | ||||||
| } | } | ||||||
|  |  | ||||||
| func Test_MSSQL_GC(t *testing.T) { | func Test_MSSQL_GC(t *testing.T) { | ||||||
| 	var ( | 	testVal := []byte("doe") | ||||||
| 		testVal = []byte("doe") |  | ||||||
| 	) |  | ||||||
|  |  | ||||||
| 	// This key should expire | 	// This key should expire | ||||||
| 	err := testStore.Set("john", testVal, time.Nanosecond) | 	err := testStore.Set("john", testVal, time.Nanosecond) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	testStore.gc(time.Now()) | 	testStore.gc(time.Now()) | ||||||
| 	row := testStore.db.QueryRow(testStore.sqlSelect, "john") | 	row := testStore.db.QueryRow(testStore.sqlSelect, "john") | ||||||
| 	err = row.Scan(nil, nil) | 	err = row.Scan(nil, nil) | ||||||
| 	utils.AssertEqual(t, sql.ErrNoRows, err) | 	require.Equal(t, sql.ErrNoRows, err) | ||||||
|  |  | ||||||
| 	// This key should not expire | 	// This key should not expire | ||||||
| 	err = testStore.Set("john", testVal, 0) | 	err = testStore.Set("john", testVal, 0) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	testStore.gc(time.Now()) | 	testStore.gc(time.Now()) | ||||||
| 	val, err := testStore.Get("john") | 	val, err := testStore.Get("john") | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
| 	utils.AssertEqual(t, testVal, val) | 	require.Equal(t, testVal, val) | ||||||
|  |  | ||||||
| } | } | ||||||
|  |  | ||||||
| func Test_MSSQL_Non_UTF8(t *testing.T) { | func Test_MSSQL_Non_UTF8(t *testing.T) { | ||||||
| 	val := []byte("0xF5") | 	val := []byte("0xF5") | ||||||
|  |  | ||||||
| 	err := testStore.Set("0xF6", val, 0) | 	err := testStore.Set("0xF6", val, 0) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	result, err := testStore.Get("0xF6") | 	result, err := testStore.Get("0xF6") | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
| 	utils.AssertEqual(t, val, result) | 	require.Equal(t, val, result) | ||||||
| } | } | ||||||
|  |  | ||||||
| func Test_SslRequiredMode(t *testing.T) { | func Test_SslRequiredMode(t *testing.T) { | ||||||
| 	defer func() { | 	defer func() { | ||||||
| 		if recover() == nil { | 		if recover() == nil { | ||||||
| 			utils.AssertEqual(t, true, nil, "Connection was established with a `require`") | 			require.Equalf(t, true, nil, "Connection was established with a `require`") | ||||||
| 		} | 		} | ||||||
| 	}() | 	}() | ||||||
| 	_ = New(Config{ | 	_ = New(Config{ | ||||||
| @@ -175,9 +167,9 @@ func Test_SslRequiredMode(t *testing.T) { | |||||||
| } | } | ||||||
|  |  | ||||||
| func Test_MSSQL_Close(t *testing.T) { | func Test_MSSQL_Close(t *testing.T) { | ||||||
| 	utils.AssertEqual(t, nil, testStore.Close()) | 	require.Nil(t, testStore.Close()) | ||||||
| } | } | ||||||
|  |  | ||||||
| func Test_MSSQL_Conn(t *testing.T) { | func Test_MSSQL_Conn(t *testing.T) { | ||||||
| 	utils.AssertEqual(t, true, testStore.Conn() != nil) | 	require.True(t, testStore.Conn() != nil) | ||||||
| } | } | ||||||
|   | |||||||
| @@ -11,6 +11,8 @@ title: MySQL | |||||||
|  |  | ||||||
| A MySQL storage driver using `database/sql` and [go-sql-driver/mysql](https://github.com/go-sql-driver/mysql). | A MySQL storage driver using `database/sql` and [go-sql-driver/mysql](https://github.com/go-sql-driver/mysql). | ||||||
|  |  | ||||||
|  | **Note: Requires Go 1.19 and above** | ||||||
|  |  | ||||||
| ### Table of Contents | ### Table of Contents | ||||||
| - [Signatures](#signatures) | - [Signatures](#signatures) | ||||||
| - [Installation](#installation) | - [Installation](#installation) | ||||||
| @@ -35,13 +37,13 @@ go mod init github.com/<user>/<repo> | |||||||
| ``` | ``` | ||||||
| And then install the mysql implementation: | And then install the mysql implementation: | ||||||
| ```bash | ```bash | ||||||
| go get github.com/gofiber/storage/mysql | go get github.com/gofiber/storage/mysql/v2 | ||||||
| ``` | ``` | ||||||
|  |  | ||||||
| ### Examples | ### Examples | ||||||
| Import the storage package. | Import the storage package. | ||||||
| ```go | ```go | ||||||
| import "github.com/gofiber/storage/mysql" | import "github.com/gofiber/storage/mysql/v2" | ||||||
| ``` | ``` | ||||||
|  |  | ||||||
| You can use the following possibilities to create a storage: | You can use the following possibilities to create a storage: | ||||||
|   | |||||||
							
								
								
									
										12
									
								
								mysql/go.mod
									
									
									
									
									
								
							
							
						
						
									
										12
									
								
								mysql/go.mod
									
									
									
									
									
								
							| @@ -1,8 +1,14 @@ | |||||||
| module github.com/gofiber/storage/mysql | module github.com/gofiber/storage/mysql/v2 | ||||||
|  |  | ||||||
| go 1.17 | go 1.19 | ||||||
|  |  | ||||||
| require ( | require ( | ||||||
| 	github.com/go-sql-driver/mysql v1.7.1 | 	github.com/go-sql-driver/mysql v1.7.1 | ||||||
| 	github.com/gofiber/utils v1.1.0 | 	github.com/stretchr/testify v1.8.4 | ||||||
|  | ) | ||||||
|  |  | ||||||
|  | require ( | ||||||
|  | 	github.com/davecgh/go-spew v1.1.1 // indirect | ||||||
|  | 	github.com/pmezard/go-difflib v1.0.0 // indirect | ||||||
|  | 	gopkg.in/yaml.v3 v3.0.1 // indirect | ||||||
| ) | ) | ||||||
|   | |||||||
							
								
								
									
										12
									
								
								mysql/go.sum
									
									
									
									
									
								
							
							
						
						
									
										12
									
								
								mysql/go.sum
									
									
									
									
									
								
							| @@ -1,4 +1,12 @@ | |||||||
|  | github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= | ||||||
|  | github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= | ||||||
| github.com/go-sql-driver/mysql v1.7.1 h1:lUIinVbN1DY0xBg0eMOzmmtGoHwWBbvnWubQUrtU8EI= | github.com/go-sql-driver/mysql v1.7.1 h1:lUIinVbN1DY0xBg0eMOzmmtGoHwWBbvnWubQUrtU8EI= | ||||||
| github.com/go-sql-driver/mysql v1.7.1/go.mod h1:OXbVy3sEdcQ2Doequ6Z5BW6fXNQTmx+9S1MCJN5yJMI= | github.com/go-sql-driver/mysql v1.7.1/go.mod h1:OXbVy3sEdcQ2Doequ6Z5BW6fXNQTmx+9S1MCJN5yJMI= | ||||||
| github.com/gofiber/utils v1.1.0 h1:vdEBpn7AzIUJRhe+CiTOJdUcTg4Q9RK+pEa0KPbLdrM= | github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= | ||||||
| github.com/gofiber/utils v1.1.0/go.mod h1:poZpsnhBykfnY1Mc0KeEa6mSHrS3dV0+oBWyeQmb2e0= | github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= | ||||||
|  | github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk= | ||||||
|  | github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo= | ||||||
|  | gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM= | ||||||
|  | gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= | ||||||
|  | gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA= | ||||||
|  | gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= | ||||||
|   | |||||||
| @@ -5,9 +5,9 @@ import ( | |||||||
| 	"fmt" | 	"fmt" | ||||||
| 	"os" | 	"os" | ||||||
| 	"testing" | 	"testing" | ||||||
|  |  | ||||||
| 	"github.com/gofiber/utils" |  | ||||||
| 	"time" | 	"time" | ||||||
|  |  | ||||||
|  | 	"github.com/stretchr/testify/require" | ||||||
| ) | ) | ||||||
|  |  | ||||||
| var testStore = New(Config{ | var testStore = New(Config{ | ||||||
| @@ -25,7 +25,7 @@ func Test_MYSQL_New(t *testing.T) { | |||||||
| 		Reset:    true, | 		Reset:    true, | ||||||
| 	}) | 	}) | ||||||
|  |  | ||||||
| 	utils.AssertEqual(t, true, newConfigStore.db != nil) | 	require.True(t, newConfigStore.db != nil) | ||||||
| 	newConfigStore.Close() | 	newConfigStore.Close() | ||||||
|  |  | ||||||
| 	dsn := fmt.Sprintf("%s:%s@tcp(%s:%d)/%s", os.Getenv("MYSQL_USERNAME"), os.Getenv("MYSQL_PASSWORD"), "127.0.0.1", 3306, os.Getenv("MYSQL_DATABASE")) | 	dsn := fmt.Sprintf("%s:%s@tcp(%s:%d)/%s", os.Getenv("MYSQL_USERNAME"), os.Getenv("MYSQL_PASSWORD"), "127.0.0.1", 3306, os.Getenv("MYSQL_DATABASE")) | ||||||
| @@ -34,7 +34,7 @@ func Test_MYSQL_New(t *testing.T) { | |||||||
| 		Reset:         true, | 		Reset:         true, | ||||||
| 	}) | 	}) | ||||||
|  |  | ||||||
| 	utils.AssertEqual(t, true, newConfigStore.db != nil) | 	require.True(t, newConfigStore.db != nil) | ||||||
| 	newConfigStore.Close() | 	newConfigStore.Close() | ||||||
|  |  | ||||||
| 	db, _ := sql.Open("mysql", dsn) | 	db, _ := sql.Open("mysql", dsn) | ||||||
| @@ -43,7 +43,7 @@ func Test_MYSQL_New(t *testing.T) { | |||||||
| 		Reset: true, | 		Reset: true, | ||||||
| 	}) | 	}) | ||||||
|  |  | ||||||
| 	utils.AssertEqual(t, true, newConfigStore.db != nil) | 	require.True(t, newConfigStore.db != nil) | ||||||
| 	newConfigStore.Close() | 	newConfigStore.Close() | ||||||
| } | } | ||||||
|  |  | ||||||
| @@ -54,7 +54,7 @@ func Test_MYSQL_Set(t *testing.T) { | |||||||
| 	) | 	) | ||||||
|  |  | ||||||
| 	err := testStore.Set(key, val, 0) | 	err := testStore.Set(key, val, 0) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
| } | } | ||||||
|  |  | ||||||
| func Test_MYSQL_Set_Override(t *testing.T) { | func Test_MYSQL_Set_Override(t *testing.T) { | ||||||
| @@ -64,10 +64,10 @@ func Test_MYSQL_Set_Override(t *testing.T) { | |||||||
| 	) | 	) | ||||||
|  |  | ||||||
| 	err := testStore.Set(key, val, 0) | 	err := testStore.Set(key, val, 0) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	err = testStore.Set(key, val, 0) | 	err = testStore.Set(key, val, 0) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
| } | } | ||||||
|  |  | ||||||
| func Test_MYSQL_Get(t *testing.T) { | func Test_MYSQL_Get(t *testing.T) { | ||||||
| @@ -77,11 +77,11 @@ func Test_MYSQL_Get(t *testing.T) { | |||||||
| 	) | 	) | ||||||
|  |  | ||||||
| 	err := testStore.Set(key, val, 0) | 	err := testStore.Set(key, val, 0) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	result, err := testStore.Get(key) | 	result, err := testStore.Get(key) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
| 	utils.AssertEqual(t, val, result) | 	require.Equal(t, val, result) | ||||||
| } | } | ||||||
|  |  | ||||||
| func Test_MYSQL_Set_Expiration(t *testing.T) { | func Test_MYSQL_Set_Expiration(t *testing.T) { | ||||||
| @@ -92,26 +92,23 @@ func Test_MYSQL_Set_Expiration(t *testing.T) { | |||||||
| 	) | 	) | ||||||
|  |  | ||||||
| 	err := testStore.Set(key, val, exp) | 	err := testStore.Set(key, val, exp) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	time.Sleep(1100 * time.Millisecond) | 	time.Sleep(1100 * time.Millisecond) | ||||||
| } | } | ||||||
|  |  | ||||||
| func Test_MYSQL_Get_Expired(t *testing.T) { | func Test_MYSQL_Get_Expired(t *testing.T) { | ||||||
| 	var ( | 	key := "john" | ||||||
| 		key = "john" |  | ||||||
| 	) |  | ||||||
|  |  | ||||||
| 	result, err := testStore.Get(key) | 	result, err := testStore.Get(key) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
| 	utils.AssertEqual(t, true, len(result) == 0) | 	require.Zero(t, len(result)) | ||||||
| } | } | ||||||
|  |  | ||||||
| func Test_MYSQL_Get_NotExist(t *testing.T) { | func Test_MYSQL_Get_NotExist(t *testing.T) { | ||||||
|  |  | ||||||
| 	result, err := testStore.Get("notexist") | 	result, err := testStore.Get("notexist") | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
| 	utils.AssertEqual(t, true, len(result) == 0) | 	require.Zero(t, len(result)) | ||||||
| } | } | ||||||
|  |  | ||||||
| func Test_MYSQL_Delete(t *testing.T) { | func Test_MYSQL_Delete(t *testing.T) { | ||||||
| @@ -121,79 +118,74 @@ func Test_MYSQL_Delete(t *testing.T) { | |||||||
| 	) | 	) | ||||||
|  |  | ||||||
| 	err := testStore.Set(key, val, 0) | 	err := testStore.Set(key, val, 0) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	err = testStore.Delete(key) | 	err = testStore.Delete(key) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	result, err := testStore.Get(key) | 	result, err := testStore.Get(key) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
| 	utils.AssertEqual(t, true, len(result) == 0) | 	require.Zero(t, len(result)) | ||||||
| } | } | ||||||
|  |  | ||||||
| func Test_MYSQL_Reset(t *testing.T) { | func Test_MYSQL_Reset(t *testing.T) { | ||||||
| 	var ( | 	val := []byte("doe") | ||||||
| 		val = []byte("doe") |  | ||||||
| 	) |  | ||||||
|  |  | ||||||
| 	err := testStore.Set("john1", val, 0) | 	err := testStore.Set("john1", val, 0) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	err = testStore.Set("john2", val, 0) | 	err = testStore.Set("john2", val, 0) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	err = testStore.Reset() | 	err = testStore.Reset() | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	result, err := testStore.Get("john1") | 	result, err := testStore.Get("john1") | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
| 	utils.AssertEqual(t, true, len(result) == 0) | 	require.Zero(t, len(result)) | ||||||
|  |  | ||||||
| 	result, err = testStore.Get("john2") | 	result, err = testStore.Get("john2") | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
| 	utils.AssertEqual(t, true, len(result) == 0) | 	require.Zero(t, len(result)) | ||||||
| } | } | ||||||
|  |  | ||||||
| func Test_MYSQL_GC(t *testing.T) { | func Test_MYSQL_GC(t *testing.T) { | ||||||
| 	var ( | 	testVal := []byte("doe") | ||||||
| 		testVal = []byte("doe") |  | ||||||
| 	) |  | ||||||
|  |  | ||||||
| 	// This key should expire | 	// This key should expire | ||||||
| 	err := testStore.Set("john", testVal, time.Nanosecond) | 	err := testStore.Set("john", testVal, time.Nanosecond) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	testStore.gc(time.Now()) | 	testStore.gc(time.Now()) | ||||||
| 	row := testStore.db.QueryRow(testStore.sqlSelect, "john") | 	row := testStore.db.QueryRow(testStore.sqlSelect, "john") | ||||||
| 	err = row.Scan(nil, nil) | 	err = row.Scan(nil, nil) | ||||||
| 	utils.AssertEqual(t, sql.ErrNoRows, err) | 	require.Equal(t, sql.ErrNoRows, err) | ||||||
|  |  | ||||||
| 	// This key should not expire | 	// This key should not expire | ||||||
| 	err = testStore.Set("john", testVal, 0) | 	err = testStore.Set("john", testVal, 0) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	testStore.gc(time.Now()) | 	testStore.gc(time.Now()) | ||||||
| 	val, err := testStore.Get("john") | 	val, err := testStore.Get("john") | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
| 	utils.AssertEqual(t, testVal, val) | 	require.Equal(t, testVal, val) | ||||||
|  |  | ||||||
| } | } | ||||||
|  |  | ||||||
| func Test_MYSQL_Non_UTF8(t *testing.T) { | func Test_MYSQL_Non_UTF8(t *testing.T) { | ||||||
| 	val := []byte("0xF5") | 	val := []byte("0xF5") | ||||||
|  |  | ||||||
| 	err := testStore.Set("0xF6", val, 0) | 	err := testStore.Set("0xF6", val, 0) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	result, err := testStore.Get("0xF6") | 	result, err := testStore.Get("0xF6") | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
| 	utils.AssertEqual(t, val, result) | 	require.Equal(t, val, result) | ||||||
| } | } | ||||||
|  |  | ||||||
| func Test_MYSQL_Close(t *testing.T) { | func Test_MYSQL_Close(t *testing.T) { | ||||||
| 	utils.AssertEqual(t, nil, testStore.Close()) | 	require.Nil(t, testStore.Close()) | ||||||
| } | } | ||||||
|  |  | ||||||
| func Test_MYSQL_Conn(t *testing.T) { | func Test_MYSQL_Conn(t *testing.T) { | ||||||
| 	utils.AssertEqual(t, true, testStore.Conn() != nil) | 	require.True(t, testStore.Conn() != nil) | ||||||
| } | } | ||||||
|   | |||||||
| @@ -11,6 +11,8 @@ title: Pebble | |||||||
|  |  | ||||||
| A fast key-value DB using [cockroachdb/pebble](https://github.com/cockroachdb/pebble) | A fast key-value DB using [cockroachdb/pebble](https://github.com/cockroachdb/pebble) | ||||||
|  |  | ||||||
|  | **Note: Requires Go 1.19 and above** | ||||||
|  |  | ||||||
| ### Table of Contents | ### Table of Contents | ||||||
|  |  | ||||||
| - [Signatures](#signatures) | - [Signatures](#signatures) | ||||||
| @@ -42,7 +44,7 @@ Note: This step is only required if you don't have an existing module. | |||||||
| And then install the Pebble implementation: | And then install the Pebble implementation: | ||||||
|  |  | ||||||
| ```bash | ```bash | ||||||
| go get github.com/gofiber/storage/pebble | go get github.com/gofiber/storage/pebble/v2 | ||||||
| ``` | ``` | ||||||
|  |  | ||||||
| ### Examples | ### Examples | ||||||
| @@ -50,7 +52,7 @@ go get github.com/gofiber/storage/pebble | |||||||
| Import the storage package. | Import the storage package. | ||||||
|  |  | ||||||
| ```go | ```go | ||||||
| import "github.com/gofiber/storage/pebble" | import "github.com/gofiber/storage/pebble/v2" | ||||||
| ``` | ``` | ||||||
|  |  | ||||||
| You can use the following possibilities to create a storage: | You can use the following possibilities to create a storage: | ||||||
|   | |||||||
| @@ -1,33 +1,39 @@ | |||||||
| module github.com/gofiber/storage/pebble | module github.com/gofiber/storage/pebble/v2 | ||||||
|  |  | ||||||
| go 1.19 | go 1.19 | ||||||
|  |  | ||||||
| require ( | require ( | ||||||
| 	github.com/cockroachdb/pebble v0.0.0-20230529170040-f235f568816e | 	github.com/cockroachdb/pebble v0.0.0-20230819001538-1798fbf5956c | ||||||
| 	github.com/gofiber/utils v1.1.0 | 	github.com/stretchr/testify v1.8.4 | ||||||
| ) | ) | ||||||
|  |  | ||||||
| require ( | require ( | ||||||
| 	github.com/DataDog/zstd v1.4.5 // indirect | 	github.com/DataDog/zstd v1.5.5 // indirect | ||||||
| 	github.com/beorn7/perks v1.0.1 // indirect | 	github.com/beorn7/perks v1.0.1 // indirect | ||||||
| 	github.com/cespare/xxhash/v2 v2.2.0 // indirect | 	github.com/cespare/xxhash/v2 v2.2.0 // indirect | ||||||
| 	github.com/cockroachdb/errors v1.8.1 // indirect | 	github.com/cockroachdb/errors v1.10.0 // indirect | ||||||
| 	github.com/cockroachdb/logtags v0.0.0-20190617123548-eb05cc24525f // indirect | 	github.com/cockroachdb/logtags v0.0.0-20230118201751-21c54148d20b // indirect | ||||||
| 	github.com/cockroachdb/redact v1.0.8 // indirect | 	github.com/cockroachdb/redact v1.1.5 // indirect | ||||||
| 	github.com/cockroachdb/sentry-go v0.6.1-cockroachdb.2 // indirect | 	github.com/cockroachdb/tokenbucket v0.0.0-20230807174530-cc333fc44b06 // indirect | ||||||
|  | 	github.com/davecgh/go-spew v1.1.1 // indirect | ||||||
|  | 	github.com/getsentry/sentry-go v0.23.0 // indirect | ||||||
| 	github.com/gogo/protobuf v1.3.2 // indirect | 	github.com/gogo/protobuf v1.3.2 // indirect | ||||||
| 	github.com/golang/protobuf v1.5.2 // indirect | 	github.com/golang/protobuf v1.5.3 // indirect | ||||||
| 	github.com/golang/snappy v0.0.4 // indirect | 	github.com/golang/snappy v0.0.4 // indirect | ||||||
| 	github.com/klauspost/compress v1.15.15 // indirect | 	github.com/klauspost/compress v1.16.7 // indirect | ||||||
| 	github.com/kr/pretty v0.2.1 // indirect | 	github.com/kr/pretty v0.3.1 // indirect | ||||||
| 	github.com/kr/text v0.2.0 // indirect | 	github.com/kr/text v0.2.0 // indirect | ||||||
| 	github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect | 	github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect | ||||||
| 	github.com/pkg/errors v0.9.1 // indirect | 	github.com/pkg/errors v0.9.1 // indirect | ||||||
| 	github.com/prometheus/client_golang v1.12.0 // indirect | 	github.com/pmezard/go-difflib v1.0.0 // indirect | ||||||
| 	github.com/prometheus/client_model v0.2.1-0.20210607210712-147c58e9608a // indirect | 	github.com/prometheus/client_golang v1.16.0 // indirect | ||||||
| 	github.com/prometheus/common v0.32.1 // indirect | 	github.com/prometheus/client_model v0.4.0 // indirect | ||||||
| 	github.com/prometheus/procfs v0.7.3 // indirect | 	github.com/prometheus/common v0.44.0 // indirect | ||||||
| 	golang.org/x/exp v0.0.0-20200513190911-00229845015e // indirect | 	github.com/prometheus/procfs v0.11.1 // indirect | ||||||
| 	golang.org/x/sys v0.3.0 // indirect | 	github.com/rogpeppe/go-internal v1.11.0 // indirect | ||||||
| 	google.golang.org/protobuf v1.27.1 // indirect | 	golang.org/x/exp v0.0.0-20230817173708-d852ddb80c63 // indirect | ||||||
|  | 	golang.org/x/sys v0.11.0 // indirect | ||||||
|  | 	golang.org/x/text v0.12.0 // indirect | ||||||
|  | 	google.golang.org/protobuf v1.31.0 // indirect | ||||||
|  | 	gopkg.in/yaml.v3 v3.0.1 // indirect | ||||||
| ) | ) | ||||||
|   | |||||||
							
								
								
									
										653
									
								
								pebble/go.sum
									
									
									
									
									
								
							
							
						
						
									
										653
									
								
								pebble/go.sum
									
									
									
									
									
								
							| @@ -1,658 +1,105 @@ | |||||||
| cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw= | github.com/DataDog/zstd v1.5.5 h1:oWf5W7GtOLgp6bciQYDmhHHjdhYkALu6S/5Ni9ZgSvQ= | ||||||
| cloud.google.com/go v0.34.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw= | github.com/DataDog/zstd v1.5.5/go.mod h1:g4AWEaM3yOg3HYfnJ3YIawPnVdXJh9QME85blwSAmyw= | ||||||
| cloud.google.com/go v0.38.0/go.mod h1:990N+gfupTy94rShfmMCWGDn0LpTmnzTp2qbd1dvSRU= |  | ||||||
| cloud.google.com/go v0.44.1/go.mod h1:iSa0KzasP4Uvy3f1mN/7PiObzGgflwredwwASm/v6AU= |  | ||||||
| cloud.google.com/go v0.44.2/go.mod h1:60680Gw3Yr4ikxnPRS/oxxkBccT6SA1yMk63TGekxKY= |  | ||||||
| cloud.google.com/go v0.45.1/go.mod h1:RpBamKRgapWJb87xiFSdk4g1CME7QZg3uwTez+TSTjc= |  | ||||||
| cloud.google.com/go v0.46.3/go.mod h1:a6bKKbmY7er1mI7TEI4lsAkts/mkhTSZK8w33B4RAg0= |  | ||||||
| cloud.google.com/go v0.50.0/go.mod h1:r9sluTvynVuxRIOHXQEHMFffphuXHOMZMycpNR5e6To= |  | ||||||
| cloud.google.com/go v0.52.0/go.mod h1:pXajvRH/6o3+F9jDHZWQ5PbGhn+o8w9qiu/CffaVdO4= |  | ||||||
| cloud.google.com/go v0.53.0/go.mod h1:fp/UouUEsRkN6ryDKNW/Upv/JBKnv6WDthjR6+vze6M= |  | ||||||
| cloud.google.com/go v0.54.0/go.mod h1:1rq2OEkV3YMf6n/9ZvGWI3GWw0VoqH/1x2nd8Is/bPc= |  | ||||||
| cloud.google.com/go v0.56.0/go.mod h1:jr7tqZxxKOVYizybht9+26Z/gUq7tiRzu+ACVAMbKVk= |  | ||||||
| cloud.google.com/go v0.57.0/go.mod h1:oXiQ6Rzq3RAkkY7N6t3TcE6jE+CIBBbA36lwQ1JyzZs= |  | ||||||
| cloud.google.com/go v0.62.0/go.mod h1:jmCYTdRCQuc1PHIIJ/maLInMho30T/Y0M4hTdTShOYc= |  | ||||||
| cloud.google.com/go v0.65.0/go.mod h1:O5N8zS7uWy9vkA9vayVHs65eM1ubvY4h553ofrNHObY= |  | ||||||
| cloud.google.com/go/bigquery v1.0.1/go.mod h1:i/xbL2UlR5RvWAURpBYZTtm/cXjCha9lbfbpx4poX+o= |  | ||||||
| cloud.google.com/go/bigquery v1.3.0/go.mod h1:PjpwJnslEMmckchkHFfq+HTD2DmtT67aNFKH1/VBDHE= |  | ||||||
| cloud.google.com/go/bigquery v1.4.0/go.mod h1:S8dzgnTigyfTmLBfrtrhyYhwRxG72rYxvftPBK2Dvzc= |  | ||||||
| cloud.google.com/go/bigquery v1.5.0/go.mod h1:snEHRnqQbz117VIFhE8bmtwIDY80NLUZUMb4Nv6dBIg= |  | ||||||
| cloud.google.com/go/bigquery v1.7.0/go.mod h1://okPTzCYNXSlb24MZs83e2Do+h+VXtc4gLoIoXIAPc= |  | ||||||
| cloud.google.com/go/bigquery v1.8.0/go.mod h1:J5hqkt3O0uAFnINi6JXValWIb1v0goeZM77hZzJN/fQ= |  | ||||||
| cloud.google.com/go/datastore v1.0.0/go.mod h1:LXYbyblFSglQ5pkeyhO+Qmw7ukd3C+pD7TKLgZqpHYE= |  | ||||||
| cloud.google.com/go/datastore v1.1.0/go.mod h1:umbIZjpQpHh4hmRpGhH4tLFup+FVzqBi1b3c64qFpCk= |  | ||||||
| cloud.google.com/go/pubsub v1.0.1/go.mod h1:R0Gpsv3s54REJCy4fxDixWD93lHJMoZTyQ2kNxGRt3I= |  | ||||||
| cloud.google.com/go/pubsub v1.1.0/go.mod h1:EwwdRX2sKPjnvnqCa270oGRyludottCI76h+R3AArQw= |  | ||||||
| cloud.google.com/go/pubsub v1.2.0/go.mod h1:jhfEVHT8odbXTkndysNHCcx0awwzvfOlguIAii9o8iA= |  | ||||||
| cloud.google.com/go/pubsub v1.3.1/go.mod h1:i+ucay31+CNRpDW4Lu78I4xXG+O1r/MAHgjpRVR+TSU= |  | ||||||
| cloud.google.com/go/storage v1.0.0/go.mod h1:IhtSnM/ZTZV8YYJWCY8RULGVqBDmpoyjwiyrjsg+URw= |  | ||||||
| cloud.google.com/go/storage v1.5.0/go.mod h1:tpKbwo567HUNpVclU5sGELwQWBDZ8gh0ZeosJ0Rtdos= |  | ||||||
| cloud.google.com/go/storage v1.6.0/go.mod h1:N7U0C8pVQ/+NIKOBQyamJIeKQKkZ+mxpohlUTyfDhBk= |  | ||||||
| cloud.google.com/go/storage v1.8.0/go.mod h1:Wv1Oy7z6Yz3DshWRJFhqM/UCfaWIRTdp0RXyy7KQOVs= |  | ||||||
| cloud.google.com/go/storage v1.10.0/go.mod h1:FLPqc6j+Ki4BU591ie1oL6qBQGu2Bl/tZ9ullr3+Kg0= |  | ||||||
| dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9/go.mod h1:H6x//7gZCb22OMCxBHrMx7a5I7Hp++hsVxbQ4BYO7hU= |  | ||||||
| github.com/AndreasBriese/bbloom v0.0.0-20190306092124-e2d15f34fcf9/go.mod h1:bOvUY6CB00SOBii9/FifXqc0awNKxLFCL/+pkDPuyl8= |  | ||||||
| github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU= |  | ||||||
| github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo= |  | ||||||
| github.com/CloudyKit/fastprinter v0.0.0-20170127035650-74b38d55f37a/go.mod h1:EFZQ978U7x8IRnstaskI3IysnWY5Ao3QgZUKOXlsAdw= |  | ||||||
| github.com/CloudyKit/jet v2.1.3-0.20180809161101-62edd43e4f88+incompatible/go.mod h1:HPYO+50pSWkPoj9Q/eq0aRGByCL6ScRlUmiEX5Zgm+w= |  | ||||||
| github.com/DataDog/zstd v1.4.5 h1:EndNeuB0l9syBZhut0wns3gV1hL8zX8LIu6ZiVHWLIQ= |  | ||||||
| github.com/DataDog/zstd v1.4.5/go.mod h1:1jcaCB/ufaK+sKp1NBhlGmpz41jOoPQ35bpF36t7BBo= |  | ||||||
| github.com/Joker/hpp v1.0.0/go.mod h1:8x5n+M1Hp5hC0g8okX3sR3vFQwynaX/UgSOM9MeBKzY= |  | ||||||
| github.com/Joker/jade v1.0.1-0.20190614124447-d475f43051e7/go.mod h1:6E6s8o2AE4KhCrqr6GRJjdC/gNfTdxkIXvuGZZda2VM= |  | ||||||
| github.com/Shopify/goreferrer v0.0.0-20181106222321-ec9c9a553398/go.mod h1:a1uqRtAwp2Xwc6WNPJEufxJ7fx3npB4UV/JOLmbu5I0= |  | ||||||
| github.com/ajg/form v1.5.1/go.mod h1:uL1WgH+h2mgNtvBq0339dVnzXdBETtL2LeUXaIv25UY= |  | ||||||
| github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc= |  | ||||||
| github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc= |  | ||||||
| github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf/go.mod h1:ybxpYRFXyAe+OPACYpWeL0wqObRcbAqCMya13uyzqw0= |  | ||||||
| github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4/go.mod h1:ybxpYRFXyAe+OPACYpWeL0wqObRcbAqCMya13uyzqw0= |  | ||||||
| github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d/go.mod h1:rBZYJk541a8SKzHPHnH3zbiI+7dagKZ0cgpgrD7Fyho= |  | ||||||
| github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6/go.mod h1:grANhF5doyWs3UAsr3K4I6qtAmlQcZDesFNEHPZAzj8= |  | ||||||
| github.com/aymerick/raymond v2.0.3-0.20180322193309-b565731e1464+incompatible/go.mod h1:osfaiScAUVup+UC9Nfq76eWqDhXlp+4UYaA8uhTBO6g= |  | ||||||
| github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973/go.mod h1:Dwedo/Wpr24TaqPxmxbtue+5NUziq4I4S80YR8gNf3Q= |  | ||||||
| github.com/beorn7/perks v1.0.0/go.mod h1:KWe93zE9D1o94FZ5RNwFwVgaQK1VOXiVxmqh+CedLV8= |  | ||||||
| github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM= | github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM= | ||||||
| github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw= | github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw= | ||||||
| github.com/census-instrumentation/opencensus-proto v0.2.1/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU= |  | ||||||
| github.com/cespare/xxhash/v2 v2.1.1/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs= |  | ||||||
| github.com/cespare/xxhash/v2 v2.1.2/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs= |  | ||||||
| github.com/cespare/xxhash/v2 v2.2.0 h1:DC2CZ1Ep5Y4k3ZQ899DldepgrayRUGE6BBZ/cd9Cj44= | github.com/cespare/xxhash/v2 v2.2.0 h1:DC2CZ1Ep5Y4k3ZQ899DldepgrayRUGE6BBZ/cd9Cj44= | ||||||
| github.com/cespare/xxhash/v2 v2.2.0/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs= | github.com/cespare/xxhash/v2 v2.2.0/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs= | ||||||
| github.com/chzyer/logex v1.1.10/go.mod h1:+Ywpsq7O8HXn0nuIou7OrIPyXbp3wmkHB+jjWRnGsAI= |  | ||||||
| github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e/go.mod h1:nSuG5e5PlCu98SY8svDHJxuZscDgtXS6KTTbou5AhLI= |  | ||||||
| github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1/go.mod h1:Q3SI9o4m/ZMnBNeIyt5eFwwo7qiLfzFZmjNmxjkiQlU= |  | ||||||
| github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw= |  | ||||||
| github.com/cncf/udpa/go v0.0.0-20191209042840-269d4d468f6f/go.mod h1:M8M6+tZqaGXZJjfX53e64911xZQV5JYwmTeXPW+k8Sc= |  | ||||||
| github.com/cockroachdb/datadriven v1.0.0/go.mod h1:5Ib8Meh+jk1RlHIXej6Pzevx/NLlNvQB9pmSBZErGA4= |  | ||||||
| github.com/cockroachdb/datadriven v1.0.3-0.20230413201302-be42291fc80f h1:otljaYPt5hWxV3MUfO5dFPFiOXg9CyG5/kCfayTqsJ4= | github.com/cockroachdb/datadriven v1.0.3-0.20230413201302-be42291fc80f h1:otljaYPt5hWxV3MUfO5dFPFiOXg9CyG5/kCfayTqsJ4= | ||||||
| github.com/cockroachdb/errors v1.6.1/go.mod h1:tm6FTP5G81vwJ5lC0SizQo374JNCOPrHyXGitRJoDqM= | github.com/cockroachdb/errors v1.10.0 h1:lfxS8zZz1+OjtV4MtNWgboi/W5tyLEB6VQZBXN+0VUU= | ||||||
| github.com/cockroachdb/errors v1.8.1 h1:A5+txlVZfOqFBDa4mGz2bUWSp0aHElvHX2bKkdbQu+Y= | github.com/cockroachdb/errors v1.10.0/go.mod h1:lknhIsEVQ9Ss/qKDBQS/UqFSvPQjOwNq2qyKAxtHRqE= | ||||||
| github.com/cockroachdb/errors v1.8.1/go.mod h1:qGwQn6JmZ+oMjuLwjWzUNqblqk0xl4CVV3SQbGwK7Ac= | github.com/cockroachdb/logtags v0.0.0-20230118201751-21c54148d20b h1:r6VH0faHjZeQy818SGhaone5OnYfxFR/+AzdY3sf5aE= | ||||||
| github.com/cockroachdb/logtags v0.0.0-20190617123548-eb05cc24525f h1:o/kfcElHqOiXqcou5a3rIlMc7oJbMQkeLk0VQJ7zgqY= | github.com/cockroachdb/logtags v0.0.0-20230118201751-21c54148d20b/go.mod h1:Vz9DsVWQQhf3vs21MhPMZpMGSht7O/2vFW2xusFUVOs= | ||||||
| github.com/cockroachdb/logtags v0.0.0-20190617123548-eb05cc24525f/go.mod h1:i/u985jwjWRlyHXQbwatDASoW0RMlZ/3i9yJHE2xLkI= | github.com/cockroachdb/pebble v0.0.0-20230819001538-1798fbf5956c h1:aDetJlMe4qJxWAwu+/bzTs2/b1EW9ecVyawpRD7N/tE= | ||||||
| github.com/cockroachdb/pebble v0.0.0-20230529170040-f235f568816e h1:iB7Z/maVDYLJo034mHHO8PJz46bXxmbZQJcpCKLyxpg= | github.com/cockroachdb/pebble v0.0.0-20230819001538-1798fbf5956c/go.mod h1:EDjiaAXc0FXiRmxDzcu1wIEJ093ohHMUWxrI6iku0XA= | ||||||
| github.com/cockroachdb/pebble v0.0.0-20230529170040-f235f568816e/go.mod h1:TkdVsGYRqtULUppt2RbC+YaKtTHnHoWa2apfFrSKABw= | github.com/cockroachdb/redact v1.1.5 h1:u1PMllDkdFfPWaNGMyLD1+so+aq3uUItthCFqzwPJ30= | ||||||
| github.com/cockroachdb/redact v1.0.8 h1:8QG/764wK+vmEYoOlfobpe12EQcS81ukx/a4hdVMxNw= | github.com/cockroachdb/redact v1.1.5/go.mod h1:BVNblN9mBWFyMyqK1k3AAiSxhvhfK2oOZZ2lK+dpvRg= | ||||||
| github.com/cockroachdb/redact v1.0.8/go.mod h1:BVNblN9mBWFyMyqK1k3AAiSxhvhfK2oOZZ2lK+dpvRg= | github.com/cockroachdb/tokenbucket v0.0.0-20230807174530-cc333fc44b06 h1:zuQyyAKVxetITBuuhv3BI9cMrmStnpT18zmgmTxunpo= | ||||||
| github.com/cockroachdb/sentry-go v0.6.1-cockroachdb.2 h1:IKgmqgMQlVJIZj19CdocBeSfSaiCbEBZGKODaixqtHM= | github.com/cockroachdb/tokenbucket v0.0.0-20230807174530-cc333fc44b06/go.mod h1:7nc4anLGjupUW/PeY5qiNYsdNXj7zopG+eqsS7To5IQ= | ||||||
| github.com/cockroachdb/sentry-go v0.6.1-cockroachdb.2/go.mod h1:8BT+cPK6xvFOcRlk0R8eg+OTkcqI6baNH4xAkpiYVvQ= |  | ||||||
| github.com/codegangsta/inject v0.0.0-20150114235600-33e0aa1cb7c0/go.mod h1:4Zcjuz89kmFXt9morQgcfYZAYZ5n8WHjt81YYWIwtTM= |  | ||||||
| github.com/coreos/etcd v3.3.10+incompatible/go.mod h1:uF7uidLiAD3TWHmW31ZFd/JWoc32PjwdhPthX9715RE= |  | ||||||
| github.com/coreos/go-etcd v2.0.0+incompatible/go.mod h1:Jez6KQU2B/sWsbdaef3ED8NzMklzPG4d5KIOhIy30Tk= |  | ||||||
| github.com/coreos/go-semver v0.2.0/go.mod h1:nnelYz7RCh+5ahJtPPxZlU+153eP4D4r3EedlOD2RNk= |  | ||||||
| github.com/cpuguy83/go-md2man v1.0.10/go.mod h1:SmD6nW6nTyfqj6ABTjUi3V3JVMnlJmwcJI5acqYI6dE= |  | ||||||
| github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E= | github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E= | ||||||
| github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= |  | ||||||
| github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= | github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= | ||||||
| github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= | github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= | ||||||
| github.com/dgraph-io/badger v1.6.0/go.mod h1:zwt7syl517jmP8s94KqSxTlM6IMsdhYy6psNgSztDR4= | github.com/getsentry/sentry-go v0.23.0 h1:dn+QRCeJv4pPt9OjVXiMcGIBIefaTJPw/h0bZWO05nE= | ||||||
| github.com/dgrijalva/jwt-go v3.2.0+incompatible/go.mod h1:E3ru+11k8xSBh+hMPgOLZmtrrCbhqsmaPHjLKYnJCaQ= | github.com/getsentry/sentry-go v0.23.0/go.mod h1:lc76E2QywIyW8WuBnwl8Lc4bkmQH4+w1gwTf25trprY= | ||||||
| github.com/dgryski/go-farm v0.0.0-20190423205320-6a90982ecee2/go.mod h1:SqUrOPUnsFjfmXRMNPybcSiG0BgUW2AuFH8PAnS2iTw= | github.com/go-errors/errors v1.4.2 h1:J6MZopCL4uSllY1OfXM374weqZFFItUbrImctkmUxIA= | ||||||
| github.com/dustin/go-humanize v1.0.0/go.mod h1:HtrtbFcZ19U5GC7JDqmcUSB87Iq5E25KnS6fMYU6eOk= |  | ||||||
| github.com/eknkc/amber v0.0.0-20171010120322-cdade1c07385/go.mod h1:0vRUJqYpeSZifjYj7uP3BG/gKcuzL9xWVV/Y+cK33KM= |  | ||||||
| github.com/envoyproxy/go-control-plane v0.9.0/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4= |  | ||||||
| github.com/envoyproxy/go-control-plane v0.9.1-0.20191026205805-5f8ba28d4473/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4= |  | ||||||
| github.com/envoyproxy/go-control-plane v0.9.4/go.mod h1:6rpuAdCZL397s3pYoYcLgu1mIlRU8Am5FuJP05cCM98= |  | ||||||
| github.com/envoyproxy/protoc-gen-validate v0.1.0/go.mod h1:iSmxcyjqTsJpI2R4NaDN7+kN2VEUnK/pcBlmesArF7c= |  | ||||||
| github.com/etcd-io/bbolt v1.3.3/go.mod h1:ZF2nL25h33cCyBtcyWeZ2/I3HQOfTP+0PIEvHjkjCrw= |  | ||||||
| github.com/fasthttp-contrib/websocket v0.0.0-20160511215533-1f3b11f56072/go.mod h1:duJ4Jxv5lDcvg4QuQr0oowTf7dz4/CR8NtyCooz9HL8= |  | ||||||
| github.com/fatih/structs v1.1.0/go.mod h1:9NiDSp5zOcgEDl+j00MP/WkGVPOlPRLejGD8Ga6PJ7M= |  | ||||||
| github.com/flosch/pongo2 v0.0.0-20190707114632-bbf5a6c351f4/go.mod h1:T9YF2M40nIgbVgp3rreNmTged+9HrbNTIQf1PsaIiTA= |  | ||||||
| github.com/fsnotify/fsnotify v1.4.7/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMoQvtojpjFo= |  | ||||||
| github.com/fsnotify/fsnotify v1.4.9/go.mod h1:znqG4EE+3YCdAaPaxE2ZRY/06pZUdp0tY4IgpuI1SZQ= |  | ||||||
| github.com/gavv/httpexpect v2.0.0+incompatible/go.mod h1:x+9tiU1YnrOvnB725RkpoLv1M62hOWzwo5OXotisrKc= |  | ||||||
| github.com/gin-contrib/sse v0.0.0-20190301062529-5545eab6dad3/go.mod h1:VJ0WA2NBN22VlZ2dKZQPAPnyWw5XTlK1KymzLKsr59s= |  | ||||||
| github.com/gin-gonic/gin v1.4.0/go.mod h1:OW2EZn3DO8Ln9oIKOvM++LBO+5UPHJJDH72/q/3rZdM= |  | ||||||
| github.com/go-check/check v0.0.0-20180628173108-788fd7840127/go.mod h1:9ES+weclKsC9YodN5RgxqK/VD9HM9JsCSh7rNhMZE98= |  | ||||||
| github.com/go-errors/errors v1.0.1 h1:LUHzmkK3GUKUrL/1gfBUxAHzcev3apQlezX/+O7ma6w= |  | ||||||
| github.com/go-errors/errors v1.0.1/go.mod h1:f4zRHt4oKfwPJE5k8C9vpYG+aDHdBFUsgrm6/TyX73Q= |  | ||||||
| github.com/go-gl/glfw v0.0.0-20190409004039-e6da0acd62b1/go.mod h1:vR7hzQXu2zJy9AVAgeJqvqgH9Q5CA+iKCZ2gyEVpxRU= |  | ||||||
| github.com/go-gl/glfw/v3.3/glfw v0.0.0-20191125211704-12ad95a8df72/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8= |  | ||||||
| github.com/go-gl/glfw/v3.3/glfw v0.0.0-20200222043503-6f7a984d4dc4/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8= |  | ||||||
| github.com/go-kit/kit v0.8.0/go.mod h1:xBxKIO96dXMWWy0MnWVtmwkA9/13aqxPnvrjFYMA2as= |  | ||||||
| github.com/go-kit/kit v0.9.0/go.mod h1:xBxKIO96dXMWWy0MnWVtmwkA9/13aqxPnvrjFYMA2as= |  | ||||||
| github.com/go-kit/log v0.1.0/go.mod h1:zbhenjAZHb184qTLMA9ZjW7ThYL0H2mk7Q6pNt4vbaY= |  | ||||||
| github.com/go-logfmt/logfmt v0.3.0/go.mod h1:Qt1PoO58o5twSAckw1HlFXLmHsOX5/0LbT9GBnD5lWE= |  | ||||||
| github.com/go-logfmt/logfmt v0.4.0/go.mod h1:3RMwSq7FuexP4Kalkev3ejPJsZTpXXBr9+V4qmtdjCk= |  | ||||||
| github.com/go-logfmt/logfmt v0.5.0/go.mod h1:wCYkCAKZfumFQihp8CzCvQ3paCTfi41vtzG1KdI/P7A= |  | ||||||
| github.com/go-martini/martini v0.0.0-20170121215854-22fa46961aab/go.mod h1:/P9AEU963A2AYjv4d1V5eVL1CQbEJq6aCNHDDjibzu8= |  | ||||||
| github.com/go-stack/stack v1.8.0/go.mod h1:v0f6uXyyMGvRgIKkXu+yp6POWl0qKG85gN/melR3HDY= |  | ||||||
| github.com/gobwas/httphead v0.0.0-20180130184737-2c6c146eadee/go.mod h1:L0fX3K22YWvt/FAX9NnzrNzcI4wNYi9Yku4O0LKYflo= |  | ||||||
| github.com/gobwas/pool v0.2.0/go.mod h1:q8bcK0KcYlCgd9e7WYLm9LpyS+YeLd8JVDW6WezmKEw= |  | ||||||
| github.com/gobwas/ws v1.0.2/go.mod h1:szmBTxLgaFppYjEmNtny/v3w89xOydFnnZMcgRRu/EM= |  | ||||||
| github.com/gofiber/utils v1.1.0 h1:vdEBpn7AzIUJRhe+CiTOJdUcTg4Q9RK+pEa0KPbLdrM= |  | ||||||
| github.com/gofiber/utils v1.1.0/go.mod h1:poZpsnhBykfnY1Mc0KeEa6mSHrS3dV0+oBWyeQmb2e0= |  | ||||||
| github.com/gogo/googleapis v0.0.0-20180223154316-0cd9801be74a/go.mod h1:gf4bu3Q80BeJ6H1S1vYPm8/ELATdvryBaNFGgqEef3s= |  | ||||||
| github.com/gogo/protobuf v1.1.1/go.mod h1:r8qH/GZQm5c6nD/R0oafs1akxWv10x8SbQlK7atdtwQ= |  | ||||||
| github.com/gogo/protobuf v1.2.0/go.mod h1:r8qH/GZQm5c6nD/R0oafs1akxWv10x8SbQlK7atdtwQ= |  | ||||||
| github.com/gogo/protobuf v1.3.1/go.mod h1:SlYgWuQ5SjCEi6WLHjHCa1yvBfUnHcTbrrZtXPKa29o= |  | ||||||
| github.com/gogo/protobuf v1.3.2 h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q= | github.com/gogo/protobuf v1.3.2 h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q= | ||||||
| github.com/gogo/protobuf v1.3.2/go.mod h1:P1XiOD3dCwIKUDQYPy72D8LYyHL2YPYrpS2s69NZV8Q= | github.com/gogo/protobuf v1.3.2/go.mod h1:P1XiOD3dCwIKUDQYPy72D8LYyHL2YPYrpS2s69NZV8Q= | ||||||
| github.com/gogo/status v1.1.0/go.mod h1:BFv9nrluPLmrS0EmGVvLaPNmRosr9KapBYd5/hpY1WM= |  | ||||||
| github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b/go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q= |  | ||||||
| github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= |  | ||||||
| github.com/golang/groupcache v0.0.0-20191227052852-215e87163ea7/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= |  | ||||||
| github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= |  | ||||||
| github.com/golang/mock v1.1.1/go.mod h1:oTYuIxOrZwtPieC+H1uAHpcLFnEyAGVDL/k47Jfbm0A= |  | ||||||
| github.com/golang/mock v1.2.0/go.mod h1:oTYuIxOrZwtPieC+H1uAHpcLFnEyAGVDL/k47Jfbm0A= |  | ||||||
| github.com/golang/mock v1.3.1/go.mod h1:sBzyDLLjw3U8JLTeZvSv8jJB+tU5PVekmnlKIyFUx0Y= |  | ||||||
| github.com/golang/mock v1.4.0/go.mod h1:UOMv5ysSaYNkG+OFQykRIcU/QvvxJf3p21QfJ2Bt3cw= |  | ||||||
| github.com/golang/mock v1.4.1/go.mod h1:UOMv5ysSaYNkG+OFQykRIcU/QvvxJf3p21QfJ2Bt3cw= |  | ||||||
| github.com/golang/mock v1.4.3/go.mod h1:UOMv5ysSaYNkG+OFQykRIcU/QvvxJf3p21QfJ2Bt3cw= |  | ||||||
| github.com/golang/mock v1.4.4/go.mod h1:l3mdAwkq5BuhzHwde/uurv3sEJeZMXNpwsxVWU71h+4= |  | ||||||
| github.com/golang/protobuf v1.2.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U= | github.com/golang/protobuf v1.2.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U= | ||||||
| github.com/golang/protobuf v1.3.1/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U= |  | ||||||
| github.com/golang/protobuf v1.3.2/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U= |  | ||||||
| github.com/golang/protobuf v1.3.3/go.mod h1:vzj43D7+SQXF/4pzW/hwtAqwc6iTitCiVSaWz5lYuqw= |  | ||||||
| github.com/golang/protobuf v1.3.4/go.mod h1:vzj43D7+SQXF/4pzW/hwtAqwc6iTitCiVSaWz5lYuqw= |  | ||||||
| github.com/golang/protobuf v1.3.5/go.mod h1:6O5/vntMXwX2lRkT1hjjk0nAC1IDOTvTlVgjlRvqsdk= |  | ||||||
| github.com/golang/protobuf v1.4.0-rc.1/go.mod h1:ceaxUfeHdC40wWswd/P6IGgMaK3YpKi5j83Wpe3EHw8= |  | ||||||
| github.com/golang/protobuf v1.4.0-rc.1.0.20200221234624-67d41d38c208/go.mod h1:xKAWHe0F5eneWXFV3EuXVDTCmh+JuBKY0li0aMyXATA= |  | ||||||
| github.com/golang/protobuf v1.4.0-rc.2/go.mod h1:LlEzMj4AhA7rCAGe4KMBDvJI+AwstrUpVNzEA03Pprs= |  | ||||||
| github.com/golang/protobuf v1.4.0-rc.4.0.20200313231945-b860323f09d0/go.mod h1:WU3c8KckQ9AFe+yFwt9sWVRKCVIyN9cPHBJSNnbL67w= |  | ||||||
| github.com/golang/protobuf v1.4.0/go.mod h1:jodUvKwWbYaEsadDk5Fwe5c77LiNKVO9IDvqG2KuDX0= |  | ||||||
| github.com/golang/protobuf v1.4.1/go.mod h1:U8fpvMrcmy5pZrNK1lt4xCsGvpyWQ/VVv6QDs8UjoX8= |  | ||||||
| github.com/golang/protobuf v1.4.2/go.mod h1:oDoupMAO8OvCJWAcko0GGGIgR6R6ocIYbsSw735rRwI= |  | ||||||
| github.com/golang/protobuf v1.4.3/go.mod h1:oDoupMAO8OvCJWAcko0GGGIgR6R6ocIYbsSw735rRwI= |  | ||||||
| github.com/golang/protobuf v1.5.0/go.mod h1:FsONVRAS9T7sI+LIUmWTfcYkHO4aIWwzhcaSAoJOfIk= | github.com/golang/protobuf v1.5.0/go.mod h1:FsONVRAS9T7sI+LIUmWTfcYkHO4aIWwzhcaSAoJOfIk= | ||||||
| github.com/golang/protobuf v1.5.2 h1:ROPKBNFfQgOUMifHyP+KYbvpjbdoFNs+aK7DXlji0Tw= | github.com/golang/protobuf v1.5.3 h1:KhyjKVUg7Usr/dYsdSqoFveMYd5ko72D+zANwlG1mmg= | ||||||
| github.com/golang/protobuf v1.5.2/go.mod h1:XVQd3VNwM+JqD3oG2Ue2ip4fOMUkwXdXDdiuN0vRsmY= | github.com/golang/protobuf v1.5.3/go.mod h1:XVQd3VNwM+JqD3oG2Ue2ip4fOMUkwXdXDdiuN0vRsmY= | ||||||
| github.com/golang/snappy v0.0.4 h1:yAGX7huGHXlcLOEtBnF4w7FQwA26wojNCwOYAEhLjQM= | github.com/golang/snappy v0.0.4 h1:yAGX7huGHXlcLOEtBnF4w7FQwA26wojNCwOYAEhLjQM= | ||||||
| github.com/golang/snappy v0.0.4/go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q= | github.com/golang/snappy v0.0.4/go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q= | ||||||
| github.com/gomodule/redigo v1.7.1-0.20190724094224-574c33c3df38/go.mod h1:B4C85qUVwatsJoIUNIfCRsp7qO0iAmpGFZ4EELWSbC4= |  | ||||||
| github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ5JPQ= |  | ||||||
| github.com/google/btree v1.0.0/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ5JPQ= |  | ||||||
| github.com/google/go-cmp v0.2.0/go.mod h1:oXzfMopK8JAjlY9xF4vHSVASa0yLyX7SntLO5aqRK0M= |  | ||||||
| github.com/google/go-cmp v0.3.0/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU= |  | ||||||
| github.com/google/go-cmp v0.3.1/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU= |  | ||||||
| github.com/google/go-cmp v0.4.0/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= |  | ||||||
| github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= |  | ||||||
| github.com/google/go-cmp v0.5.0/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= |  | ||||||
| github.com/google/go-cmp v0.5.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= |  | ||||||
| github.com/google/go-cmp v0.5.4/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= |  | ||||||
| github.com/google/go-cmp v0.5.5/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= | github.com/google/go-cmp v0.5.5/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= | ||||||
| github.com/google/go-cmp v0.5.6 h1:BKbKCqvP6I+rmFHt06ZmyQtvB8xAkWdhFyr0ZUNZcxQ= | github.com/google/go-cmp v0.5.9 h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38= | ||||||
| github.com/google/go-querystring v1.0.0/go.mod h1:odCYkC5MyYFN7vkCjXpyrEuKhc/BUO6wN/zVPAxq5ck= |  | ||||||
| github.com/google/gofuzz v1.0.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg= |  | ||||||
| github.com/google/martian v2.1.0+incompatible/go.mod h1:9I4somxYTbIHy5NJKHRl3wXiIaQGbYVAs8BPL6v8lEs= |  | ||||||
| github.com/google/martian/v3 v3.0.0/go.mod h1:y5Zk1BBys9G+gd6Jrk0W3cC1+ELVxBWuIGO+w/tUAp0= |  | ||||||
| github.com/google/pprof v0.0.0-20181206194817-3ea8567a2e57/go.mod h1:zfwlbNMJ+OItoe0UupaVj+oy1omPYYDuagoSzA8v9mc= |  | ||||||
| github.com/google/pprof v0.0.0-20190515194954-54271f7e092f/go.mod h1:zfwlbNMJ+OItoe0UupaVj+oy1omPYYDuagoSzA8v9mc= |  | ||||||
| github.com/google/pprof v0.0.0-20191218002539-d4f498aebedc/go.mod h1:ZgVRPoUq/hfqzAqh7sHMqb3I9Rq5C59dIz2SbBwJ4eM= |  | ||||||
| github.com/google/pprof v0.0.0-20200212024743-f11f1df84d12/go.mod h1:ZgVRPoUq/hfqzAqh7sHMqb3I9Rq5C59dIz2SbBwJ4eM= |  | ||||||
| github.com/google/pprof v0.0.0-20200229191704-1ebb73c60ed3/go.mod h1:ZgVRPoUq/hfqzAqh7sHMqb3I9Rq5C59dIz2SbBwJ4eM= |  | ||||||
| github.com/google/pprof v0.0.0-20200430221834-fc25d7d30c6d/go.mod h1:ZgVRPoUq/hfqzAqh7sHMqb3I9Rq5C59dIz2SbBwJ4eM= |  | ||||||
| github.com/google/pprof v0.0.0-20200708004538-1a94d8640e99/go.mod h1:ZgVRPoUq/hfqzAqh7sHMqb3I9Rq5C59dIz2SbBwJ4eM= |  | ||||||
| github.com/google/renameio v0.1.0/go.mod h1:KWCgfxg9yswjAJkECMjeO8J8rahYeXnNhOm40UhjYkI= |  | ||||||
| github.com/googleapis/gax-go/v2 v2.0.4/go.mod h1:0Wqv26UfaUD9n4G6kQubkQ+KchISgw+vpHVxEJEs9eg= |  | ||||||
| github.com/googleapis/gax-go/v2 v2.0.5/go.mod h1:DWXyrwAJ9X0FpwwEdw+IPEYBICEFu5mhpdKc/us6bOk= |  | ||||||
| github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1/go.mod h1:wJfORRmW1u3UXTncJ5qlYoELFm8eSnnEO6hX4iZ3EWY= |  | ||||||
| github.com/gorilla/websocket v1.4.0/go.mod h1:E7qHFY5m1UJ88s3WnNqhKjPHQ0heANvMoAMk2YaljkQ= |  | ||||||
| github.com/hashicorp/go-version v1.2.0/go.mod h1:fltr4n8CU8Ke44wwGCBoEymUuxUHl09ZGVZPK5anwXA= |  | ||||||
| github.com/hashicorp/golang-lru v0.5.0/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8= |  | ||||||
| github.com/hashicorp/golang-lru v0.5.1/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8= |  | ||||||
| github.com/hashicorp/hcl v1.0.0/go.mod h1:E5yfLk+7swimpb2L/Alb/PJmXilQ/rhwaUYs4T20WEQ= |  | ||||||
| github.com/hpcloud/tail v1.0.0/go.mod h1:ab1qPbhIpdTxEkNHXyeSf5vhxWSCs/tWer42PpOxQnU= |  | ||||||
| github.com/hydrogen18/memlistener v0.0.0-20141126152155-54553eb933fb/go.mod h1:qEIFzExnS6016fRpRfxrExeVn2gbClQA99gQhnIcdhE= |  | ||||||
| github.com/ianlancetaylor/demangle v0.0.0-20181102032728-5e5cf60278f6/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc= |  | ||||||
| github.com/imkira/go-interpol v1.1.0/go.mod h1:z0h2/2T3XF8kyEPpRgJ3kmNv+C43p+I/CoI+jC3w2iA= |  | ||||||
| github.com/inconshreveable/mousetrap v1.0.0/go.mod h1:PxqpIevigyE2G7u3NXJIT2ANytuPF1OarO4DADm73n8= |  | ||||||
| github.com/iris-contrib/blackfriday v2.0.0+incompatible/go.mod h1:UzZ2bDEoaSGPbkg6SAB4att1aAwTmVIx/5gCVqeyUdI= |  | ||||||
| github.com/iris-contrib/go.uuid v2.0.0+incompatible/go.mod h1:iz2lgM/1UnEf1kP0L/+fafWORmlnuysV2EMP8MW+qe0= |  | ||||||
| github.com/iris-contrib/i18n v0.0.0-20171121225848-987a633949d0/go.mod h1:pMCz62A0xJL6I+umB2YTlFRwWXaDFA0jy+5HzGiJjqI= |  | ||||||
| github.com/iris-contrib/schema v0.0.1/go.mod h1:urYA3uvUNG1TIIjOSCzHr9/LmbQo8LrOcOqfqxa4hXw= |  | ||||||
| github.com/jpillora/backoff v1.0.0/go.mod h1:J/6gKK9jxlEcS3zixgDgUAsiuZ7yrSoa/FX5e0EB2j4= |  | ||||||
| github.com/json-iterator/go v1.1.6/go.mod h1:+SdeFBvtyEkXs7REEP0seUULqWtbJapLOCVDaaPEHmU= |  | ||||||
| github.com/json-iterator/go v1.1.10/go.mod h1:KdQUCv79m/52Kvf8AW2vK1V8akMuk1QjK/uOdHXbAo4= |  | ||||||
| github.com/json-iterator/go v1.1.11/go.mod h1:KdQUCv79m/52Kvf8AW2vK1V8akMuk1QjK/uOdHXbAo4= |  | ||||||
| github.com/json-iterator/go v1.1.12/go.mod h1:e30LSqwooZae/UwlEbR2852Gd8hjQvJoHmT4TnhNGBo= |  | ||||||
| github.com/jstemmer/go-junit-report v0.0.0-20190106144839-af01ea7f8024/go.mod h1:6v2b51hI/fHJwM22ozAgKL4VKDeJcHhJFhtBdhmNjmU= |  | ||||||
| github.com/jstemmer/go-junit-report v0.9.1/go.mod h1:Brl9GWCQeLvo8nXZwPNNblvFj/XSXhF0NWZEnDohbsk= |  | ||||||
| github.com/jtolds/gls v4.20.0+incompatible/go.mod h1:QJZ7F/aHp+rZTRtaJ1ow/lLfFfVYBRgL+9YlvaHOwJU= |  | ||||||
| github.com/juju/errors v0.0.0-20181118221551-089d3ea4e4d5/go.mod h1:W54LbzXuIE0boCoNJfwqpmkKJ1O4TCTZMetAt6jGk7Q= |  | ||||||
| github.com/juju/loggo v0.0.0-20180524022052-584905176618/go.mod h1:vgyd7OREkbtVEN/8IXZe5Ooef3LQePvuBm9UWj6ZL8U= |  | ||||||
| github.com/juju/testing v0.0.0-20180920084828-472a3e8b2073/go.mod h1:63prj8cnj0tU0S9OHjGJn+b1h0ZghCndfnbQolrYTwA= |  | ||||||
| github.com/julienschmidt/httprouter v1.2.0/go.mod h1:SYymIcj16QtmaHHD7aYtjjsJG7VTCxuUUipMqKk8s4w= |  | ||||||
| github.com/julienschmidt/httprouter v1.3.0/go.mod h1:JR6WtHb+2LUe8TCKY3cZOxFyyO8IZAc4RVcycCCAKdM= |  | ||||||
| github.com/k0kubun/colorstring v0.0.0-20150214042306-9440f1994b88/go.mod h1:3w7q1U84EfirKl04SVQ/s7nPm1ZPhiXd34z40TNz36k= |  | ||||||
| github.com/kataras/golog v0.0.9/go.mod h1:12HJgwBIZFNGL0EJnMRhmvGA0PQGx8VFwrZtM4CqbAk= |  | ||||||
| github.com/kataras/iris/v12 v12.0.1/go.mod h1:udK4vLQKkdDqMGJJVd/msuMtN6hpYJhg/lSzuxjhO+U= |  | ||||||
| github.com/kataras/neffos v0.0.10/go.mod h1:ZYmJC07hQPW67eKuzlfY7SO3bC0mw83A3j6im82hfqw= |  | ||||||
| github.com/kataras/pio v0.0.0-20190103105442-ea782b38602d/go.mod h1:NV88laa9UiiDuX9AhMbDPkGYSPugBOV6yTZB1l2K9Z0= |  | ||||||
| github.com/kisielk/errcheck v1.2.0/go.mod h1:/BMXB+zMLi60iA8Vv6Ksmxu/1UDYcXs4uQLJ+jE2L00= |  | ||||||
| github.com/kisielk/errcheck v1.5.0/go.mod h1:pFxgyoBC7bSaBwPgfKdkLd5X25qrDl4LWUI2bnpBCr8= | github.com/kisielk/errcheck v1.5.0/go.mod h1:pFxgyoBC7bSaBwPgfKdkLd5X25qrDl4LWUI2bnpBCr8= | ||||||
| github.com/kisielk/gotool v1.0.0/go.mod h1:XhKaO+MFFWcvkIS/tQcRk01m1F5IRFswLeQ+oQHNcck= | github.com/kisielk/gotool v1.0.0/go.mod h1:XhKaO+MFFWcvkIS/tQcRk01m1F5IRFswLeQ+oQHNcck= | ||||||
| github.com/klauspost/compress v1.8.2/go.mod h1:RyIbtBH6LamlWaDj8nUwkbUhJ87Yi3uG0guNDohfE1A= | github.com/klauspost/compress v1.16.7 h1:2mk3MPGNzKyxErAw8YaohYh69+pa4sIQSC0fPGCFR9I= | ||||||
| github.com/klauspost/compress v1.9.0/go.mod h1:RyIbtBH6LamlWaDj8nUwkbUhJ87Yi3uG0guNDohfE1A= | github.com/klauspost/compress v1.16.7/go.mod h1:ntbaceVETuRiXiv4DpjP66DpAtAGkEQskQzEyD//IeE= | ||||||
| github.com/klauspost/compress v1.15.15 h1:EF27CXIuDsYJ6mmvtBRlEuB2UVOqHG1tAXgZ7yIO+lw= | github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE= | ||||||
| github.com/klauspost/compress v1.15.15/go.mod h1:ZcK2JAFqKOpnBlxcLsJzYfrS9X1akm9fHZNnD9+Vo/4= | github.com/kr/pretty v0.3.1/go.mod h1:hoEshYVHaxMs3cyo3Yncou5ZscifuDolrwPKZanG3xk= | ||||||
| github.com/klauspost/cpuid v1.2.1/go.mod h1:Pj4uuM528wm8OyEC2QMXAi2YiTZ96dNQPGgoMS4s3ek= |  | ||||||
| github.com/konsorten/go-windows-terminal-sequences v1.0.1/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ= |  | ||||||
| github.com/konsorten/go-windows-terminal-sequences v1.0.3/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ= |  | ||||||
| github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515/go.mod h1:+0opPa2QZZtGFBFZlji/RkVcI2GknAs/DXo4wKdlNEc= |  | ||||||
| github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo= |  | ||||||
| github.com/kr/pretty v0.2.1 h1:Fmg33tUaq4/8ym9TJN1x7sLJnHVwhP33CNkpYV/7rwI= |  | ||||||
| github.com/kr/pretty v0.2.1/go.mod h1:ipq/a2n7PKx3OHsz4KJII5eveXtPO4qwEXGdVfWzfnI= |  | ||||||
| github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ= |  | ||||||
| github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI= |  | ||||||
| github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY= | github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY= | ||||||
| github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE= | github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE= | ||||||
| github.com/labstack/echo/v4 v4.1.11/go.mod h1:i541M3Fj6f76NZtHSj7TXnyM8n2gaodfvfxNnFqi74g= | github.com/matttproud/golang_protobuf_extensions v1.0.4 h1:mmDVorXM7PCGKw94cs5zkfA9PSy5pEvNWRP0ET0TIVo= | ||||||
| github.com/labstack/gommon v0.3.0/go.mod h1:MULnywXg0yavhxWKc+lOruYdAhDwPK9wf0OL7NoOu+k= | github.com/matttproud/golang_protobuf_extensions v1.0.4/go.mod h1:BSXmuO+STAnVfrANrmjBb36TMTDstsz7MSK+HVaYKv4= | ||||||
| github.com/magiconair/properties v1.8.0/go.mod h1:PppfXfuXeibc/6YijjN8zIbojt8czPbwD3XqdrwzmxQ= |  | ||||||
| github.com/mattn/go-colorable v0.1.2/go.mod h1:U0ppj6V5qS13XJ6of8GYAs25YV2eR4EVcfRqFIhoBtE= |  | ||||||
| github.com/mattn/go-isatty v0.0.7/go.mod h1:Iq45c/XA43vh69/j3iqttzPXn0bhXyGjM0Hdxcsrc5s= |  | ||||||
| github.com/mattn/go-isatty v0.0.8/go.mod h1:Iq45c/XA43vh69/j3iqttzPXn0bhXyGjM0Hdxcsrc5s= |  | ||||||
| github.com/mattn/go-isatty v0.0.9/go.mod h1:YNRxwqDuOph6SZLI9vUUz6OYw3QyUt7WiY2yME+cCiQ= |  | ||||||
| github.com/mattn/goveralls v0.0.2/go.mod h1:8d1ZMHsd7fW6IRPKQh46F2WRpyib5/X4FOpevwGNQEw= |  | ||||||
| github.com/matttproud/golang_protobuf_extensions v1.0.1/go.mod h1:D8He9yQNgCq6Z5Ld7szi9bcBfOoFv/3dc6xSMkL2PC0= |  | ||||||
| github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 h1:I0XW9+e1XWDxdcEniV4rQAIOPUGDq67JSCiRCgGCZLI= |  | ||||||
| github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369/go.mod h1:BSXmuO+STAnVfrANrmjBb36TMTDstsz7MSK+HVaYKv4= |  | ||||||
| github.com/mediocregopher/mediocre-go-lib v0.0.0-20181029021733-cb65787f37ed/go.mod h1:dSsfyI2zABAdhcbvkXqgxOxrCsbYeHCPgrZkku60dSg= |  | ||||||
| github.com/mediocregopher/radix/v3 v3.3.0/go.mod h1:EmfVyvspXz1uZEyPBMyGK+kjWiKQGvsUt6O3Pj+LDCQ= |  | ||||||
| github.com/microcosm-cc/bluemonday v1.0.2/go.mod h1:iVP4YcDBq+n/5fb23BhYFvIMq/leAFZyRl6bYmGDlGc= |  | ||||||
| github.com/mitchellh/go-homedir v1.1.0/go.mod h1:SfyaCUpYCn1Vlf4IUYiD9fPX4A5wJrkLzIz1N1q0pr0= |  | ||||||
| github.com/mitchellh/mapstructure v1.1.2/go.mod h1:FVVH3fgwuzCH5S8UJGiWEs2h04kUh9fWfEaFds41c1Y= |  | ||||||
| github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q= |  | ||||||
| github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q= |  | ||||||
| github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0= |  | ||||||
| github.com/modern-go/reflect2 v1.0.1/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0= |  | ||||||
| github.com/modern-go/reflect2 v1.0.2/go.mod h1:yWuevngMOJpCy52FWWMvUC8ws7m/LJsjYzDa0/r8luk= |  | ||||||
| github.com/moul/http2curl v1.0.0/go.mod h1:8UbvGypXm98wA/IqH45anm5Y2Z6ep6O31QGOAZ3H0fQ= |  | ||||||
| github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U= |  | ||||||
| github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U= |  | ||||||
| github.com/nats-io/nats.go v1.8.1/go.mod h1:BrFz9vVn0fU3AcH9Vn4Kd7W0NpJ651tD5omQ3M8LwxM= |  | ||||||
| github.com/nats-io/nkeys v0.0.2/go.mod h1:dab7URMsZm6Z/jp9Z5UGa87Uutgc2mVpXLC4B7TDb/4= |  | ||||||
| github.com/nats-io/nuid v1.0.1/go.mod h1:19wcPz3Ph3q0Jbyiqsd0kePYG7A95tJPxeL+1OSON2c= |  | ||||||
| github.com/nxadm/tail v1.4.4/go.mod h1:kenIhsEOeOJmVchQTgglprH7qJGnHDVpk1VPCcaMI8A= |  | ||||||
| github.com/onsi/ginkgo v1.6.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE= |  | ||||||
| github.com/onsi/ginkgo v1.12.1/go.mod h1:zj2OWP4+oCPe1qIXoGWkgMRwljMUYCdkwsT2108oapk= |  | ||||||
| github.com/onsi/ginkgo v1.13.0/go.mod h1:+REjRxOmWfHCjfv9TTWB1jD1Frx4XydAD3zm1lskyM0= |  | ||||||
| github.com/onsi/gomega v1.7.1/go.mod h1:XdKZgCCFLUoM/7CFJVPcG8C1xQ1AJ0vpAezJrB7JYyY= |  | ||||||
| github.com/onsi/gomega v1.10.1/go.mod h1:iN09h71vgCQne3DLsj+A5owkum+a2tYe+TOCB1ybHNo= |  | ||||||
| github.com/pelletier/go-toml v1.2.0/go.mod h1:5z9KED0ma1S8pY6P1sdut58dfprrGBbd/94hg7ilaic= |  | ||||||
| github.com/pingcap/errors v0.11.4 h1:lFuQV/oaUMGcD2tqt+01ROSmJs75VG1ToEOkZIZ4nE4= | github.com/pingcap/errors v0.11.4 h1:lFuQV/oaUMGcD2tqt+01ROSmJs75VG1ToEOkZIZ4nE4= | ||||||
| github.com/pingcap/errors v0.11.4/go.mod h1:Oi8TUi2kEtXXLMJk9l1cGmz20kV3TaQ0usTwv5KuLY8= | github.com/pkg/diff v0.0.0-20210226163009-20ebb0f2a09e/go.mod h1:pJLUxLENpZxwdsKMEsNbx1VGcRFpLqf3715MtcvvzbA= | ||||||
| github.com/pkg/errors v0.8.0/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= |  | ||||||
| github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= |  | ||||||
| github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4= | github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4= | ||||||
| github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= | github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= | ||||||
| github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= | github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= | ||||||
| github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= | github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= | ||||||
| github.com/prometheus/client_golang v0.9.1/go.mod h1:7SWBe2y4D6OKWSNQJUaRYU/AaXPKyh/dDVn+NZz0KFw= | github.com/prometheus/client_golang v1.16.0 h1:yk/hx9hDbrGHovbci4BY+pRMfSuuat626eFsHb7tmT8= | ||||||
| github.com/prometheus/client_golang v1.0.0/go.mod h1:db9x61etRT2tGnBNRi70OPL5FsnadC4Ky3P0J6CfImo= | github.com/prometheus/client_golang v1.16.0/go.mod h1:Zsulrv/L9oM40tJ7T815tM89lFEugiJ9HzIqaAx4LKc= | ||||||
| github.com/prometheus/client_golang v1.7.1/go.mod h1:PY5Wy2awLA44sXw4AOSfFBetzPP4j5+D6mVACh+pe2M= | github.com/prometheus/client_model v0.4.0 h1:5lQXD3cAg1OXBf4Wq03gTrXHeaV0TQvGfUooCfx1yqY= | ||||||
| github.com/prometheus/client_golang v1.11.0/go.mod h1:Z6t4BnS23TR94PD6BsDNk8yVqroYurpAkEiz0P2BEV0= | github.com/prometheus/client_model v0.4.0/go.mod h1:oMQmHW1/JoDwqLtg57MGgP/Fb1CJEYF2imWWhWtMkYU= | ||||||
| github.com/prometheus/client_golang v1.12.0 h1:C+UIj/QWtmqY13Arb8kwMt5j34/0Z2iKamrJ+ryC0Gg= | github.com/prometheus/common v0.44.0 h1:+5BrQJwiBB9xsMygAB3TNvpQKOwlkc25LbISbrdOOfY= | ||||||
| github.com/prometheus/client_golang v1.12.0/go.mod h1:3Z9XVyYiZYEO+YQWt3RD2R3jrbd179Rt297l4aS6nDY= | github.com/prometheus/common v0.44.0/go.mod h1:ofAIvZbQ1e/nugmZGz4/qCb9Ap1VoSTIO7x0VV9VvuY= | ||||||
| github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910/go.mod h1:MbSGuTsp3dbXC40dX6PRTWyKYBIrTGTE9sqQNg2J8bo= | github.com/prometheus/procfs v0.11.1 h1:xRC8Iq1yyca5ypa9n1EZnWZkt7dwcoRPQwX/5gwaUuI= | ||||||
| github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA= | github.com/prometheus/procfs v0.11.1/go.mod h1:eesXgaPo1q7lBpVMoMy0ZOFTth9hBn4W/y0/p/ScXhY= | ||||||
| github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA= | github.com/rogpeppe/go-internal v1.9.0/go.mod h1:WtVeX8xhTBvf0smdhujwtBcq4Qrzq/fJaraNFVN+nFs= | ||||||
| github.com/prometheus/client_model v0.2.0/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA= | github.com/rogpeppe/go-internal v1.11.0 h1:cWPaGQEPrBb5/AsnsZesgZZ9yb1OQ+GOISoDNXVBh4M= | ||||||
| github.com/prometheus/client_model v0.2.1-0.20210607210712-147c58e9608a h1:CmF68hwI0XsOQ5UwlBopMi2Ow4Pbg32akc4KIVCOm+Y= | github.com/rogpeppe/go-internal v1.11.0/go.mod h1:ddIwULY96R17DhadqLgMfk9H9tvdUzkipdSkR5nkCZA= | ||||||
| github.com/prometheus/client_model v0.2.1-0.20210607210712-147c58e9608a/go.mod h1:LDGWKZIo7rky3hgvBe+caln+Dr3dPggB5dvjtD7w9+w= | github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk= | ||||||
| github.com/prometheus/common v0.4.1/go.mod h1:TNfzLD0ON7rHzMJeJkieUDPYmFC7Snx/y86RQel1bk4= | github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo= | ||||||
| github.com/prometheus/common v0.10.0/go.mod h1:Tlit/dnDKsSWFlCLTWaA1cyBgKHSMdTB80sz/V91rCo= |  | ||||||
| github.com/prometheus/common v0.26.0/go.mod h1:M7rCNAaPfAosfx8veZJCuw84e35h3Cfd9VFqTh1DIvc= |  | ||||||
| github.com/prometheus/common v0.32.1 h1:hWIdL3N2HoUx3B8j3YN9mWor0qhY/NlEKZEaXxuIRh4= |  | ||||||
| github.com/prometheus/common v0.32.1/go.mod h1:vu+V0TpY+O6vW9J44gczi3Ap/oXXR10b+M/gUGO4Hls= |  | ||||||
| github.com/prometheus/procfs v0.0.0-20181005140218-185b4288413d/go.mod h1:c3At6R/oaqEKCNdg8wHV1ftS6bRYblBhIjjI8uT2IGk= |  | ||||||
| github.com/prometheus/procfs v0.0.2/go.mod h1:TjEm7ze935MbeOT/UhFTIMYKhuLP4wbCsTZCD3I8kEA= |  | ||||||
| github.com/prometheus/procfs v0.1.3/go.mod h1:lV6e/gmhEcM9IjHGsFOCxxuZ+z1YqCvr4OA4YeYWdaU= |  | ||||||
| github.com/prometheus/procfs v0.6.0/go.mod h1:cz+aTbrPOrUb4q7XlbU9ygM+/jj0fzG6c1xBZuNvfVA= |  | ||||||
| github.com/prometheus/procfs v0.7.3 h1:4jVXhlkAyzOScmCkXBTOLRLTz8EeU+eyjrwB/EPq0VU= |  | ||||||
| github.com/prometheus/procfs v0.7.3/go.mod h1:cz+aTbrPOrUb4q7XlbU9ygM+/jj0fzG6c1xBZuNvfVA= |  | ||||||
| github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4= |  | ||||||
| github.com/russross/blackfriday v1.5.2/go.mod h1:JO/DiYxRf+HjHt06OyowR9PTA263kcR/rfWxYHBV53g= |  | ||||||
| github.com/ryanuber/columnize v2.1.0+incompatible/go.mod h1:sm1tb6uqfes/u+d4ooFouqFdy9/2g9QGwK3SQygK0Ts= |  | ||||||
| github.com/sclevine/agouti v3.0.0+incompatible/go.mod h1:b4WX9W9L1sfQKXeJf1mUTLZKJ48R1S7H23Ji7oFO5Bw= |  | ||||||
| github.com/sergi/go-diff v1.1.0/go.mod h1:STckp+ISIX8hZLjrqAeVduY0gWCT9IjLuqbuNXdaHfM= |  | ||||||
| github.com/shurcooL/sanitized_anchor_name v1.0.0/go.mod h1:1NzhyTcUVG4SuEtjjoZeVRXNmyL/1OwPU0+IJeTBvfc= |  | ||||||
| github.com/sirupsen/logrus v1.2.0/go.mod h1:LxeOpSwHxABJmUn/MG1IvRgCAasNZTLOkJPxbbu5VWo= |  | ||||||
| github.com/sirupsen/logrus v1.4.2/go.mod h1:tLMulIdttU9McNUspp0xgXVQah82FyeX6MwdIuYE2rE= |  | ||||||
| github.com/sirupsen/logrus v1.6.0/go.mod h1:7uNnSEd1DgxDLC74fIahvMZmmYsHGZGEOFrfsX/uA88= |  | ||||||
| github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d/go.mod h1:OnSkiWE9lh6wB0YB77sQom3nweQdgAjqCqsofrRNTgc= |  | ||||||
| github.com/smartystreets/goconvey v1.6.4/go.mod h1:syvi0/a8iFYH4r/RixwvyeAJjdLS9QV7WQ/tjFTllLA= |  | ||||||
| github.com/spf13/afero v1.1.2/go.mod h1:j4pytiNVoe2o6bmDsKpLACNPDBIoEAkihy7loJ1B0CQ= |  | ||||||
| github.com/spf13/cast v1.3.0/go.mod h1:Qx5cxh0v+4UWYiBimWS+eyWzqEqokIECu5etghLkUJE= |  | ||||||
| github.com/spf13/cobra v0.0.5/go.mod h1:3K3wKZymM7VvHMDS9+Akkh4K60UwM26emMESw8tLCHU= |  | ||||||
| github.com/spf13/jwalterweatherman v1.0.0/go.mod h1:cQK4TGJAtQXfYWX+Ddv3mKDzgVb68N+wFjFa4jdeBTo= |  | ||||||
| github.com/spf13/pflag v1.0.3/go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnInEg4= |  | ||||||
| github.com/spf13/viper v1.3.2/go.mod h1:ZiWeW+zYFKm7srdB9IoDzzZXaJaI5eL9QjNiN/DMA2s= |  | ||||||
| github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= |  | ||||||
| github.com/stretchr/objx v0.1.1/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= |  | ||||||
| github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs= |  | ||||||
| github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI= |  | ||||||
| github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4= |  | ||||||
| github.com/stretchr/testify v1.7.0 h1:nwc3DEeHmmLAfoZucVR881uASk0Mfjw8xYJ99tb5CcY= |  | ||||||
| github.com/ugorji/go v1.1.4/go.mod h1:uQMGLiO92mf5W77hV/PUCpI3pbzQx3CRekS0kk+RGrc= |  | ||||||
| github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8/go.mod h1:VFNgLljTbGfSG7qAOspJ7OScBnGdDN/yBr0sguwnwf0= |  | ||||||
| github.com/urfave/negroni v1.0.0/go.mod h1:Meg73S6kFm/4PpbYdq35yYWoCZ9mS/YSx+lKnmiohz4= |  | ||||||
| github.com/valyala/bytebufferpool v1.0.0/go.mod h1:6bBcMArwyJ5K/AmCkWv1jt77kVWyCJ6HpOuEn7z0Csc= |  | ||||||
| github.com/valyala/fasthttp v1.6.0/go.mod h1:FstJa9V+Pj9vQ7OJie2qMHdwemEDaDiSdBnvPM1Su9w= |  | ||||||
| github.com/valyala/fasttemplate v1.0.1/go.mod h1:UQGH1tvbgY+Nz5t2n7tXsz52dQxojPUpymEIMZ47gx8= |  | ||||||
| github.com/valyala/tcplisten v0.0.0-20161114210144-ceec8f93295a/go.mod h1:v3UYOV9WzVtRmSR+PDvWpU/qWl4Wa5LApYYX4ZtKbio= |  | ||||||
| github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f/go.mod h1:N2zxlSyiKSe5eX1tZViRH5QA0qijqEDrYZiPEAiq3wU= |  | ||||||
| github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415/go.mod h1:GwrjFmJcFw6At/Gs6z4yjiIwzuJ1/+UwLxMQDVQXShQ= |  | ||||||
| github.com/xeipuuv/gojsonschema v1.2.0/go.mod h1:anYRn/JVcOK2ZgGU+IjEV4nwlhoK5sQluxsYJ78Id3Y= |  | ||||||
| github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77/go.mod h1:aYKd//L2LvnjZzWKhF00oedf4jCCReLcmhLdhm1A27Q= |  | ||||||
| github.com/yalp/jsonpath v0.0.0-20180802001716-5cc68e5049a0/go.mod h1:/LWChgwKmvncFJFHJ7Gvn9wZArjbV5/FppcK2fKk/tI= |  | ||||||
| github.com/yudai/gojsondiff v1.0.0/go.mod h1:AY32+k2cwILAkW1fbgxQ5mUmMiZFgLIV+FBNExI05xg= |  | ||||||
| github.com/yudai/golcs v0.0.0-20170316035057-ecda9a501e82/go.mod h1:lgjkn3NuSvDfVJdfcVVdX+jpBxNmX4rDAzaS45IcYoM= |  | ||||||
| github.com/yudai/pp v2.0.1+incompatible/go.mod h1:PuxR/8QJ7cyCkFp/aUDS+JY727OFEZkTdatxwunjIkc= |  | ||||||
| github.com/yuin/goldmark v1.1.25/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= |  | ||||||
| github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= | github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= | ||||||
| github.com/yuin/goldmark v1.1.32/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= |  | ||||||
| github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= | github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= | ||||||
| go.opencensus.io v0.21.0/go.mod h1:mSImk1erAIZhrmZN+AvHh14ztQfjbGwt4TtuofqLduU= |  | ||||||
| go.opencensus.io v0.22.0/go.mod h1:+kGneAE2xo2IficOXnaByMWTGM9T73dGwxeWcUqIpI8= |  | ||||||
| go.opencensus.io v0.22.2/go.mod h1:yxeiOL68Rb0Xd1ddK5vPZ/oVn4vY4Ynel7k9FzqtOIw= |  | ||||||
| go.opencensus.io v0.22.3/go.mod h1:yxeiOL68Rb0Xd1ddK5vPZ/oVn4vY4Ynel7k9FzqtOIw= |  | ||||||
| go.opencensus.io v0.22.4/go.mod h1:yxeiOL68Rb0Xd1ddK5vPZ/oVn4vY4Ynel7k9FzqtOIw= |  | ||||||
| golang.org/x/crypto v0.0.0-20180904163835-0709b304e793/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4= |  | ||||||
| golang.org/x/crypto v0.0.0-20181203042331-505ab145d0a9/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4= |  | ||||||
| golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w= | golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w= | ||||||
| golang.org/x/crypto v0.0.0-20190510104115-cbcb75029529/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= |  | ||||||
| golang.org/x/crypto v0.0.0-20190605123033-f99c8df09eb5/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= |  | ||||||
| golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= |  | ||||||
| golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= | golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= | ||||||
| golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto= | golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto= | ||||||
| golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= | golang.org/x/exp v0.0.0-20230817173708-d852ddb80c63 h1:m64FZMko/V45gv0bNmrNYoDEq8U5YUhetc9cBWKS1TQ= | ||||||
| golang.org/x/exp v0.0.0-20190306152737-a1d7652674e8/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= | golang.org/x/exp v0.0.0-20230817173708-d852ddb80c63/go.mod h1:0v4NqG35kSWCMzLaMeX+IQrlSnVE/bqGSyC2cz/9Le8= | ||||||
| golang.org/x/exp v0.0.0-20190510132918-efd6b22b2522/go.mod h1:ZjyILWgesfNpC6sMxTJOJm9Kp84zZh5NQWvqDGG3Qr8= |  | ||||||
| golang.org/x/exp v0.0.0-20190829153037-c13cbed26979/go.mod h1:86+5VVa7VpoJ4kLfm080zCjGlMRFzhUhsZKEZO7MGek= |  | ||||||
| golang.org/x/exp v0.0.0-20191030013958-a1ab85dbe136/go.mod h1:JXzH8nQsPlswgeRAPE3MuO9GYsAcnJvJ4vnMwN/5qkY= |  | ||||||
| golang.org/x/exp v0.0.0-20191129062945-2f5052295587/go.mod h1:2RIsYlXP63K8oxa1u096TMicItID8zy7Y6sNkU49FU4= |  | ||||||
| golang.org/x/exp v0.0.0-20191227195350-da58074b4299/go.mod h1:2RIsYlXP63K8oxa1u096TMicItID8zy7Y6sNkU49FU4= |  | ||||||
| golang.org/x/exp v0.0.0-20200119233911-0405dc783f0a/go.mod h1:2RIsYlXP63K8oxa1u096TMicItID8zy7Y6sNkU49FU4= |  | ||||||
| golang.org/x/exp v0.0.0-20200207192155-f17229e696bd/go.mod h1:J/WKrq2StrnmMY6+EHIKF9dgMWnmCNThgcyBT1FY9mM= |  | ||||||
| golang.org/x/exp v0.0.0-20200224162631-6cc2880d07d6/go.mod h1:3jZMyOhIsHpP37uCMkUooju7aAi5cS1Q23tOzKc+0MU= |  | ||||||
| golang.org/x/exp v0.0.0-20200513190911-00229845015e h1:rMqLP+9XLy+LdbCXHjJHAmTfXCr93W7oruWA6Hq1Alc= |  | ||||||
| golang.org/x/exp v0.0.0-20200513190911-00229845015e/go.mod h1:4M0jN8W1tt0AVLNr8HDosyJCDCDuyL9N9+3m7wDWgKw= |  | ||||||
| golang.org/x/image v0.0.0-20190227222117-0694c2d4d067/go.mod h1:kZ7UVZpmo3dzQBMxlp+ypCbDeSB+sBbTgSJuh5dn5js= |  | ||||||
| golang.org/x/image v0.0.0-20190802002840-cff245a6509b/go.mod h1:FeLwcggjj3mMvU+oOTbSwawSJRM1uh48EjtB4UJZlP0= |  | ||||||
| golang.org/x/lint v0.0.0-20181026193005-c67002cb31c3/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE= |  | ||||||
| golang.org/x/lint v0.0.0-20190227174305-5b3e6a55c961/go.mod h1:wehouNa3lNwaWXcvxsM5YxQ5yQlVC4a0KAMCusXpPoU= |  | ||||||
| golang.org/x/lint v0.0.0-20190301231843-5614ed5bae6f/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE= |  | ||||||
| golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3/go.mod h1:6SW0HCj/g11FgYtHlgUYUwCkIfeOF89ocIRzGO/8vkc= |  | ||||||
| golang.org/x/lint v0.0.0-20190409202823-959b441ac422/go.mod h1:6SW0HCj/g11FgYtHlgUYUwCkIfeOF89ocIRzGO/8vkc= |  | ||||||
| golang.org/x/lint v0.0.0-20190909230951-414d861bb4ac/go.mod h1:6SW0HCj/g11FgYtHlgUYUwCkIfeOF89ocIRzGO/8vkc= |  | ||||||
| golang.org/x/lint v0.0.0-20190930215403-16217165b5de/go.mod h1:6SW0HCj/g11FgYtHlgUYUwCkIfeOF89ocIRzGO/8vkc= |  | ||||||
| golang.org/x/lint v0.0.0-20191125180803-fdd1cda4f05f/go.mod h1:5qLYkcX4OjUUV8bRuDixDT3tpyyb+LUpUlRWLxfhWrs= |  | ||||||
| golang.org/x/lint v0.0.0-20200130185559-910be7a94367/go.mod h1:3xt1FjdF8hUf6vQPIChWIBhFzV8gjjsPE/fR3IyQdNY= |  | ||||||
| golang.org/x/lint v0.0.0-20200302205851-738671d3881b/go.mod h1:3xt1FjdF8hUf6vQPIChWIBhFzV8gjjsPE/fR3IyQdNY= |  | ||||||
| golang.org/x/mobile v0.0.0-20190312151609-d3739f865fa6/go.mod h1:z+o9i4GpDbdi3rU15maQ/Ox0txvL9dWGYEHz965HBQE= |  | ||||||
| golang.org/x/mobile v0.0.0-20190719004257-d2bd2a29d028/go.mod h1:E/iHnbuqvinMTCcRqshq8CkpyQDoeVncDDYHnLhea+o= |  | ||||||
| golang.org/x/mod v0.0.0-20190513183733-4bf6d317e70e/go.mod h1:mXi4GBBbnImb6dmsKGUJ2LatrhH/nqhxcFungHvyanc= |  | ||||||
| golang.org/x/mod v0.1.0/go.mod h1:0QHyrYULN0/3qlju5TqG8bIK38QM8yzMo5ekMj3DlcY= |  | ||||||
| golang.org/x/mod v0.1.1-0.20191105210325-c90efee705ee/go.mod h1:QqPTAvyqsEbceGzBzNggFXnrqF1CaUcvgkdR5Ot7KZg= |  | ||||||
| golang.org/x/mod v0.1.1-0.20191107180719-034126e5016b/go.mod h1:QqPTAvyqsEbceGzBzNggFXnrqF1CaUcvgkdR5Ot7KZg= |  | ||||||
| golang.org/x/mod v0.2.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= | golang.org/x/mod v0.2.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= | ||||||
| golang.org/x/mod v0.3.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= | golang.org/x/mod v0.3.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= | ||||||
| golang.org/x/net v0.0.0-20180724234803-3673e40ba225/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= |  | ||||||
| golang.org/x/net v0.0.0-20180826012351-8a410e7b638d/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= |  | ||||||
| golang.org/x/net v0.0.0-20180906233101-161cd47e91fd/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= |  | ||||||
| golang.org/x/net v0.0.0-20181114220301-adae6a3d119a/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= |  | ||||||
| golang.org/x/net v0.0.0-20181220203305-927f97764cc3/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= |  | ||||||
| golang.org/x/net v0.0.0-20190108225652-1e06a53dbb7e/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= |  | ||||||
| golang.org/x/net v0.0.0-20190213061140-3a22650c66bd/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= |  | ||||||
| golang.org/x/net v0.0.0-20190311183353-d8887717615a/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg= |  | ||||||
| golang.org/x/net v0.0.0-20190327091125-710a502c58a2/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg= |  | ||||||
| golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg= | golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg= | ||||||
| golang.org/x/net v0.0.0-20190501004415-9ce7a6920f09/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg= |  | ||||||
| golang.org/x/net v0.0.0-20190503192946-f4e77d36d62c/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg= |  | ||||||
| golang.org/x/net v0.0.0-20190603091049-60506f45cf65/go.mod h1:HSz+uSET+XFnRR8LxR5pz3Of3rY3CfYBVs4xY44aLks= |  | ||||||
| golang.org/x/net v0.0.0-20190613194153-d28f0bde5980/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= |  | ||||||
| golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= | golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= | ||||||
| golang.org/x/net v0.0.0-20190628185345-da137c7871d7/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= |  | ||||||
| golang.org/x/net v0.0.0-20190724013045-ca1201d0de80/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= |  | ||||||
| golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= |  | ||||||
| golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= |  | ||||||
| golang.org/x/net v0.0.0-20200114155413-6afb5195e5aa/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= |  | ||||||
| golang.org/x/net v0.0.0-20200202094626-16171245cfb2/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= |  | ||||||
| golang.org/x/net v0.0.0-20200222125558-5a598a2470a0/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= |  | ||||||
| golang.org/x/net v0.0.0-20200226121028-0de0cce0169b/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= | golang.org/x/net v0.0.0-20200226121028-0de0cce0169b/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= | ||||||
| golang.org/x/net v0.0.0-20200301022130-244492dfa37a/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= |  | ||||||
| golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A= |  | ||||||
| golang.org/x/net v0.0.0-20200501053045-e0ff5e5a1de5/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A= |  | ||||||
| golang.org/x/net v0.0.0-20200506145744-7e3656a0809f/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A= |  | ||||||
| golang.org/x/net v0.0.0-20200513185701-a91f0712d120/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A= |  | ||||||
| golang.org/x/net v0.0.0-20200520004742-59133d7f0dd7/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A= |  | ||||||
| golang.org/x/net v0.0.0-20200520182314-0ba52f642ac2/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A= |  | ||||||
| golang.org/x/net v0.0.0-20200625001655-4c5254603344/go.mod h1:/O7V0waA8r7cgGh81Ro3o1hOxt32SMVPicZroKQ2sZA= |  | ||||||
| golang.org/x/net v0.0.0-20200707034311-ab3426394381/go.mod h1:/O7V0waA8r7cgGh81Ro3o1hOxt32SMVPicZroKQ2sZA= |  | ||||||
| golang.org/x/net v0.0.0-20200822124328-c89045814202/go.mod h1:/O7V0waA8r7cgGh81Ro3o1hOxt32SMVPicZroKQ2sZA= |  | ||||||
| golang.org/x/net v0.0.0-20201021035429-f5854403a974/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU= | golang.org/x/net v0.0.0-20201021035429-f5854403a974/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU= | ||||||
| golang.org/x/net v0.0.0-20210525063256-abc453219eb5/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= |  | ||||||
| golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U= |  | ||||||
| golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= |  | ||||||
| golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= |  | ||||||
| golang.org/x/oauth2 v0.0.0-20191202225959-858c2ad4c8b6/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= |  | ||||||
| golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= |  | ||||||
| golang.org/x/oauth2 v0.0.0-20210514164344-f6687ab2804c/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A= |  | ||||||
| golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= |  | ||||||
| golang.org/x/sync v0.0.0-20181108010431-42b317875d0f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= |  | ||||||
| golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= | golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= | ||||||
| golang.org/x/sync v0.0.0-20190227155943-e225da77a7e6/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= |  | ||||||
| golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= | golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= | ||||||
| golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= | golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= | ||||||
| golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= |  | ||||||
| golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= |  | ||||||
| golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= | golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= | ||||||
| golang.org/x/sync v0.0.0-20201207232520-09787c993a3a/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= | golang.org/x/sync v0.3.0 h1:ftCYgMx6zT/asHUrPw8BLLscYtGznsLAnjq5RH9P66E= | ||||||
| golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 h1:uVc8UZUe6tr40fFVnUP5Oj+veunVezqYl9z7DYw9xzw= |  | ||||||
| golang.org/x/sys v0.0.0-20180830151530-49385e6e1522/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= |  | ||||||
| golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= |  | ||||||
| golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= |  | ||||||
| golang.org/x/sys v0.0.0-20181116152217-5ac8a444bdc5/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= |  | ||||||
| golang.org/x/sys v0.0.0-20181205085412-a5c9d58dba9a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= |  | ||||||
| golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= | golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= | ||||||
| golang.org/x/sys v0.0.0-20190222072716-a9d3bda3a223/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= |  | ||||||
| golang.org/x/sys v0.0.0-20190312061237-fead79001313/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= |  | ||||||
| golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= | golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= | ||||||
| golang.org/x/sys v0.0.0-20190422165155-953cdadca894/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= |  | ||||||
| golang.org/x/sys v0.0.0-20190502145724-3ef323f4f1fd/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= |  | ||||||
| golang.org/x/sys v0.0.0-20190507160741-ecd444e8653b/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= |  | ||||||
| golang.org/x/sys v0.0.0-20190606165138-5da285871e9c/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= |  | ||||||
| golang.org/x/sys v0.0.0-20190624142023-c5567b49c5d0/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= |  | ||||||
| golang.org/x/sys v0.0.0-20190626221950-04f50cda93cb/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= |  | ||||||
| golang.org/x/sys v0.0.0-20190726091711-fc99dfbffb4e/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= |  | ||||||
| golang.org/x/sys v0.0.0-20190813064441-fde4db37ae7a/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= |  | ||||||
| golang.org/x/sys v0.0.0-20190904154756-749cb33beabd/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= |  | ||||||
| golang.org/x/sys v0.0.0-20191001151750-bb3f8db39f24/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= |  | ||||||
| golang.org/x/sys v0.0.0-20191005200804-aed5e4c7ecf9/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= |  | ||||||
| golang.org/x/sys v0.0.0-20191120155948-bd437916bb0e/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= |  | ||||||
| golang.org/x/sys v0.0.0-20191204072324-ce4227a45e2e/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= |  | ||||||
| golang.org/x/sys v0.0.0-20191228213918-04cbcbbfeed8/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= |  | ||||||
| golang.org/x/sys v0.0.0-20200106162015-b016eb3dc98e/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= |  | ||||||
| golang.org/x/sys v0.0.0-20200113162924-86b910548bc1/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= |  | ||||||
| golang.org/x/sys v0.0.0-20200122134326-e047566fdf82/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= |  | ||||||
| golang.org/x/sys v0.0.0-20200202164722-d101bd2416d5/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= |  | ||||||
| golang.org/x/sys v0.0.0-20200212091648-12a6c2dcc1e4/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= |  | ||||||
| golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= |  | ||||||
| golang.org/x/sys v0.0.0-20200302150141-5c8b2ff67527/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= |  | ||||||
| golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= |  | ||||||
| golang.org/x/sys v0.0.0-20200331124033-c3d80250170d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= |  | ||||||
| golang.org/x/sys v0.0.0-20200501052902-10377860bb8e/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= |  | ||||||
| golang.org/x/sys v0.0.0-20200511232937-7e40ca221e25/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= |  | ||||||
| golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= |  | ||||||
| golang.org/x/sys v0.0.0-20200519105757-fe76b779f299/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= |  | ||||||
| golang.org/x/sys v0.0.0-20200523222454-059865788121/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= |  | ||||||
| golang.org/x/sys v0.0.0-20200615200032-f1bc736245b1/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= |  | ||||||
| golang.org/x/sys v0.0.0-20200625212154-ddb9806d33ae/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= |  | ||||||
| golang.org/x/sys v0.0.0-20200803210538-64077c9b5642/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= |  | ||||||
| golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= | golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= | ||||||
| golang.org/x/sys v0.0.0-20201119102817-f84b799fce68/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= | golang.org/x/sys v0.11.0 h1:eG7RXZHdqOJ1i+0lgLgCpSXAp6M3LYlAo6osgSi0xOM= | ||||||
| golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= | golang.org/x/sys v0.11.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= | ||||||
| golang.org/x/sys v0.0.0-20210423082822-04245dca01da/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= |  | ||||||
| golang.org/x/sys v0.0.0-20210603081109-ebe580a85c40/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= |  | ||||||
| golang.org/x/sys v0.0.0-20220114195835-da31bd327af9/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= |  | ||||||
| golang.org/x/sys v0.3.0 h1:w8ZOecv6NaNa/zC8944JTU3vz4u6Lagfk4RPQxv92NQ= |  | ||||||
| golang.org/x/sys v0.3.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= |  | ||||||
| golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo= |  | ||||||
| golang.org/x/text v0.0.0-20170915032832-14c0d48ead0c/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= |  | ||||||
| golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= | golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= | ||||||
| golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= |  | ||||||
| golang.org/x/text v0.3.2/go.mod h1:bEr9sfX3Q8Zfm5fL9x+3itogRgK3+ptLWKqgva+5dAk= |  | ||||||
| golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= | golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= | ||||||
| golang.org/x/text v0.3.6/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= | golang.org/x/text v0.12.0 h1:k+n5B8goJNdU7hSvEtMUz3d1Q6D/XW4COJSJR6fN0mc= | ||||||
| golang.org/x/time v0.0.0-20181108054448-85acf8d2951c/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= | golang.org/x/text v0.12.0/go.mod h1:TvPlkZtksWOMsz7fbANvkp4WM8x/WCo/om8BMLbz+aE= | ||||||
| golang.org/x/time v0.0.0-20190308202827-9d24e82272b4/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= |  | ||||||
| golang.org/x/time v0.0.0-20191024005414-555d28b269f0/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= |  | ||||||
| golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= | golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= | ||||||
| golang.org/x/tools v0.0.0-20181030221726-6c7e314b6563/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= |  | ||||||
| golang.org/x/tools v0.0.0-20181221001348-537d06c36207/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= |  | ||||||
| golang.org/x/tools v0.0.0-20190114222345-bf090417da8b/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= |  | ||||||
| golang.org/x/tools v0.0.0-20190226205152-f727befe758c/go.mod h1:9Yl7xja0Znq3iFh3HoIrodX9oNMXvdceNzlUR8zjMvY= |  | ||||||
| golang.org/x/tools v0.0.0-20190311212946-11955173bddd/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= |  | ||||||
| golang.org/x/tools v0.0.0-20190312151545-0bb0c0a6e846/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= |  | ||||||
| golang.org/x/tools v0.0.0-20190312170243-e65039ee4138/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= |  | ||||||
| golang.org/x/tools v0.0.0-20190327201419-c70d86f8b7cf/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= |  | ||||||
| golang.org/x/tools v0.0.0-20190328211700-ab21143f2384/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= |  | ||||||
| golang.org/x/tools v0.0.0-20190425150028-36563e24a262/go.mod h1:RgjU9mgBXZiqYHBnxXauZ1Gv1EHHAz9KjViQ78xBX0Q= |  | ||||||
| golang.org/x/tools v0.0.0-20190506145303-2d16b83fe98c/go.mod h1:RgjU9mgBXZiqYHBnxXauZ1Gv1EHHAz9KjViQ78xBX0Q= |  | ||||||
| golang.org/x/tools v0.0.0-20190524140312-2c0ae7006135/go.mod h1:RgjU9mgBXZiqYHBnxXauZ1Gv1EHHAz9KjViQ78xBX0Q= |  | ||||||
| golang.org/x/tools v0.0.0-20190606124116-d0a3d012864b/go.mod h1:/rFqwRUd4F7ZHNgwSSTFct+R/Kf4OFW1sUzUTQQTgfc= |  | ||||||
| golang.org/x/tools v0.0.0-20190621195816-6e04913cbbac/go.mod h1:/rFqwRUd4F7ZHNgwSSTFct+R/Kf4OFW1sUzUTQQTgfc= |  | ||||||
| golang.org/x/tools v0.0.0-20190628153133-6cdbf07be9d0/go.mod h1:/rFqwRUd4F7ZHNgwSSTFct+R/Kf4OFW1sUzUTQQTgfc= |  | ||||||
| golang.org/x/tools v0.0.0-20190816200558-6889da9d5479/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= |  | ||||||
| golang.org/x/tools v0.0.0-20190911174233-4f2ddba30aff/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= |  | ||||||
| golang.org/x/tools v0.0.0-20191012152004-8de300cfc20a/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= |  | ||||||
| golang.org/x/tools v0.0.0-20191113191852-77e3bb0ad9e7/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= |  | ||||||
| golang.org/x/tools v0.0.0-20191115202509-3a792d9c32b2/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= |  | ||||||
| golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= | golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= | ||||||
| golang.org/x/tools v0.0.0-20191125144606-a911d9008d1f/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= |  | ||||||
| golang.org/x/tools v0.0.0-20191130070609-6e064ea0cf2d/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= |  | ||||||
| golang.org/x/tools v0.0.0-20191216173652-a0e659d51361/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= |  | ||||||
| golang.org/x/tools v0.0.0-20191227053925-7b8e75db28f4/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= |  | ||||||
| golang.org/x/tools v0.0.0-20200117161641-43d50277825c/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= |  | ||||||
| golang.org/x/tools v0.0.0-20200122220014-bf1340f18c4a/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= |  | ||||||
| golang.org/x/tools v0.0.0-20200130002326-2f3ba24bd6e7/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= |  | ||||||
| golang.org/x/tools v0.0.0-20200204074204-1cc6d1ef6c74/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= |  | ||||||
| golang.org/x/tools v0.0.0-20200207183749-b753a1ba74fa/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= |  | ||||||
| golang.org/x/tools v0.0.0-20200212150539-ea181f53ac56/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= |  | ||||||
| golang.org/x/tools v0.0.0-20200224181240-023911ca70b2/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= |  | ||||||
| golang.org/x/tools v0.0.0-20200227222343-706bc42d1f0d/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= |  | ||||||
| golang.org/x/tools v0.0.0-20200304193943-95d2e580d8eb/go.mod h1:o4KQGtdN14AW+yjsvvwRTJJuXz8XRtIHtEnmAXLyFUw= |  | ||||||
| golang.org/x/tools v0.0.0-20200312045724-11d5b4c81c7d/go.mod h1:o4KQGtdN14AW+yjsvvwRTJJuXz8XRtIHtEnmAXLyFUw= |  | ||||||
| golang.org/x/tools v0.0.0-20200331025713-a30bf2db82d4/go.mod h1:Sl4aGygMT6LrqrWclx+PTx3U+LnKx/seiNR+3G19Ar8= |  | ||||||
| golang.org/x/tools v0.0.0-20200501065659-ab2804fb9c9d/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= |  | ||||||
| golang.org/x/tools v0.0.0-20200512131952-2bc93b1c0c88/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= |  | ||||||
| golang.org/x/tools v0.0.0-20200515010526-7d3b6ebf133d/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= |  | ||||||
| golang.org/x/tools v0.0.0-20200618134242-20370b0cb4b2/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= |  | ||||||
| golang.org/x/tools v0.0.0-20200619180055-7c47624df98f/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= | golang.org/x/tools v0.0.0-20200619180055-7c47624df98f/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= | ||||||
| golang.org/x/tools v0.0.0-20200729194436-6467de6f59a7/go.mod h1:njjCfa9FT2d7l9Bc6FUM5FLjQPp3cFF28FI3qnDFljA= |  | ||||||
| golang.org/x/tools v0.0.0-20200804011535-6c149bb5ef0d/go.mod h1:njjCfa9FT2d7l9Bc6FUM5FLjQPp3cFF28FI3qnDFljA= |  | ||||||
| golang.org/x/tools v0.0.0-20200825202427-b303f430e36d/go.mod h1:njjCfa9FT2d7l9Bc6FUM5FLjQPp3cFF28FI3qnDFljA= |  | ||||||
| golang.org/x/tools v0.0.0-20210106214847-113979e3529a/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= | golang.org/x/tools v0.0.0-20210106214847-113979e3529a/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= | ||||||
| golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= | golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= | ||||||
| golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= | golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= | ||||||
| golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= | golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= | ||||||
| golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 h1:go1bK/D/BFZV2I8cIQd1NKEZ+0owSTG1fDTci4IqFcE= |  | ||||||
| golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= | golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= | ||||||
| google.golang.org/api v0.4.0/go.mod h1:8k5glujaEP+g9n7WNsDg8QP6cUVNI86fCNMcbazEtwE= |  | ||||||
| google.golang.org/api v0.7.0/go.mod h1:WtwebWUNSVBH/HAw79HIFXZNqEvBhG+Ra+ax0hx3E3M= |  | ||||||
| google.golang.org/api v0.8.0/go.mod h1:o4eAsZoiT+ibD93RtjEohWalFOjRDx6CVaqeizhEnKg= |  | ||||||
| google.golang.org/api v0.9.0/go.mod h1:o4eAsZoiT+ibD93RtjEohWalFOjRDx6CVaqeizhEnKg= |  | ||||||
| google.golang.org/api v0.13.0/go.mod h1:iLdEw5Ide6rF15KTC1Kkl0iskquN2gFfn9o9XIsbkAI= |  | ||||||
| google.golang.org/api v0.14.0/go.mod h1:iLdEw5Ide6rF15KTC1Kkl0iskquN2gFfn9o9XIsbkAI= |  | ||||||
| google.golang.org/api v0.15.0/go.mod h1:iLdEw5Ide6rF15KTC1Kkl0iskquN2gFfn9o9XIsbkAI= |  | ||||||
| google.golang.org/api v0.17.0/go.mod h1:BwFmGc8tA3vsd7r/7kR8DY7iEEGSU04BFxCo5jP/sfE= |  | ||||||
| google.golang.org/api v0.18.0/go.mod h1:BwFmGc8tA3vsd7r/7kR8DY7iEEGSU04BFxCo5jP/sfE= |  | ||||||
| google.golang.org/api v0.19.0/go.mod h1:BwFmGc8tA3vsd7r/7kR8DY7iEEGSU04BFxCo5jP/sfE= |  | ||||||
| google.golang.org/api v0.20.0/go.mod h1:BwFmGc8tA3vsd7r/7kR8DY7iEEGSU04BFxCo5jP/sfE= |  | ||||||
| google.golang.org/api v0.22.0/go.mod h1:BwFmGc8tA3vsd7r/7kR8DY7iEEGSU04BFxCo5jP/sfE= |  | ||||||
| google.golang.org/api v0.24.0/go.mod h1:lIXQywCXRcnZPGlsd8NbLnOjtAoL6em04bJ9+z0MncE= |  | ||||||
| google.golang.org/api v0.28.0/go.mod h1:lIXQywCXRcnZPGlsd8NbLnOjtAoL6em04bJ9+z0MncE= |  | ||||||
| google.golang.org/api v0.29.0/go.mod h1:Lcubydp8VUV7KeIHD9z2Bys/sm/vGKnG1UHuDBSrHWM= |  | ||||||
| google.golang.org/api v0.30.0/go.mod h1:QGmEvQ87FHZNiUVJkT14jQNYJ4ZJjdRF23ZXz5138Fc= |  | ||||||
| google.golang.org/appengine v1.1.0/go.mod h1:EbEs0AVv82hx2wNQdGPgUI5lhzA/G0D9YwlJXL52JkM= |  | ||||||
| google.golang.org/appengine v1.4.0/go.mod h1:xpcJRLb0r/rnEns0DIKYYv+WjYCduHsrkT7/EB5XEv4= |  | ||||||
| google.golang.org/appengine v1.5.0/go.mod h1:xpcJRLb0r/rnEns0DIKYYv+WjYCduHsrkT7/EB5XEv4= |  | ||||||
| google.golang.org/appengine v1.6.1/go.mod h1:i06prIuMbXzDqacNJfV5OdTW448YApPu5ww/cMBSeb0= |  | ||||||
| google.golang.org/appengine v1.6.5/go.mod h1:8WjMMxjGQR8xUklV/ARdw2HLXBOI7O7uCIDZVag1xfc= |  | ||||||
| google.golang.org/appengine v1.6.6/go.mod h1:8WjMMxjGQR8xUklV/ARdw2HLXBOI7O7uCIDZVag1xfc= |  | ||||||
| google.golang.org/genproto v0.0.0-20180518175338-11a468237815/go.mod h1:JiN7NxoALGmiZfu7CAH4rXhgtRTLTxftemlI0sWmxmc= |  | ||||||
| google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8/go.mod h1:JiN7NxoALGmiZfu7CAH4rXhgtRTLTxftemlI0sWmxmc= |  | ||||||
| google.golang.org/genproto v0.0.0-20190307195333-5fe7a883aa19/go.mod h1:VzzqZJRnGkLBvHegQrXjBqPurQTc5/KpmUdxsrq26oE= |  | ||||||
| google.golang.org/genproto v0.0.0-20190418145605-e7d98fc518a7/go.mod h1:VzzqZJRnGkLBvHegQrXjBqPurQTc5/KpmUdxsrq26oE= |  | ||||||
| google.golang.org/genproto v0.0.0-20190425155659-357c62f0e4bb/go.mod h1:VzzqZJRnGkLBvHegQrXjBqPurQTc5/KpmUdxsrq26oE= |  | ||||||
| google.golang.org/genproto v0.0.0-20190502173448-54afdca5d873/go.mod h1:VzzqZJRnGkLBvHegQrXjBqPurQTc5/KpmUdxsrq26oE= |  | ||||||
| google.golang.org/genproto v0.0.0-20190801165951-fa694d86fc64/go.mod h1:DMBHOl98Agz4BDEuKkezgsaosCRResVns1a3J2ZsMNc= |  | ||||||
| google.golang.org/genproto v0.0.0-20190819201941-24fa4b261c55/go.mod h1:DMBHOl98Agz4BDEuKkezgsaosCRResVns1a3J2ZsMNc= |  | ||||||
| google.golang.org/genproto v0.0.0-20190911173649-1774047e7e51/go.mod h1:IbNlFCBrqXvoKpeg0TB2l7cyZUmoaFKYIwrEpbDKLA8= |  | ||||||
| google.golang.org/genproto v0.0.0-20191108220845-16a3f7862a1a/go.mod h1:n3cpQtvxv34hfy77yVDNjmbRyujviMdxYliBSkLhpCc= |  | ||||||
| google.golang.org/genproto v0.0.0-20191115194625-c23dd37a84c9/go.mod h1:n3cpQtvxv34hfy77yVDNjmbRyujviMdxYliBSkLhpCc= |  | ||||||
| google.golang.org/genproto v0.0.0-20191216164720-4f79533eabd1/go.mod h1:n3cpQtvxv34hfy77yVDNjmbRyujviMdxYliBSkLhpCc= |  | ||||||
| google.golang.org/genproto v0.0.0-20191230161307-f3c370f40bfb/go.mod h1:n3cpQtvxv34hfy77yVDNjmbRyujviMdxYliBSkLhpCc= |  | ||||||
| google.golang.org/genproto v0.0.0-20200115191322-ca5a22157cba/go.mod h1:n3cpQtvxv34hfy77yVDNjmbRyujviMdxYliBSkLhpCc= |  | ||||||
| google.golang.org/genproto v0.0.0-20200122232147-0452cf42e150/go.mod h1:n3cpQtvxv34hfy77yVDNjmbRyujviMdxYliBSkLhpCc= |  | ||||||
| google.golang.org/genproto v0.0.0-20200204135345-fa8e72b47b90/go.mod h1:GmwEX6Z4W5gMy59cAlVYjN9JhxgbQH6Gn+gFDQe2lzA= |  | ||||||
| google.golang.org/genproto v0.0.0-20200212174721-66ed5ce911ce/go.mod h1:55QSHmfGQM9UVYDPBsyGGes0y52j32PQ3BqQfXhyH3c= |  | ||||||
| google.golang.org/genproto v0.0.0-20200224152610-e50cd9704f63/go.mod h1:55QSHmfGQM9UVYDPBsyGGes0y52j32PQ3BqQfXhyH3c= |  | ||||||
| google.golang.org/genproto v0.0.0-20200228133532-8c2c7df3a383/go.mod h1:55QSHmfGQM9UVYDPBsyGGes0y52j32PQ3BqQfXhyH3c= |  | ||||||
| google.golang.org/genproto v0.0.0-20200305110556-506484158171/go.mod h1:55QSHmfGQM9UVYDPBsyGGes0y52j32PQ3BqQfXhyH3c= |  | ||||||
| google.golang.org/genproto v0.0.0-20200312145019-da6875a35672/go.mod h1:55QSHmfGQM9UVYDPBsyGGes0y52j32PQ3BqQfXhyH3c= |  | ||||||
| google.golang.org/genproto v0.0.0-20200331122359-1ee6d9798940/go.mod h1:55QSHmfGQM9UVYDPBsyGGes0y52j32PQ3BqQfXhyH3c= |  | ||||||
| google.golang.org/genproto v0.0.0-20200430143042-b979b6f78d84/go.mod h1:55QSHmfGQM9UVYDPBsyGGes0y52j32PQ3BqQfXhyH3c= |  | ||||||
| google.golang.org/genproto v0.0.0-20200511104702-f5ebc3bea380/go.mod h1:55QSHmfGQM9UVYDPBsyGGes0y52j32PQ3BqQfXhyH3c= |  | ||||||
| google.golang.org/genproto v0.0.0-20200515170657-fc4c6c6a6587/go.mod h1:YsZOwe1myG/8QRHRsmBRE1LrgQY60beZKjly0O1fX9U= |  | ||||||
| google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013/go.mod h1:NbSheEEYHJ7i3ixzK3sjbqSGDJWnxyFXZblF3eUsNvo= |  | ||||||
| google.golang.org/genproto v0.0.0-20200618031413-b414f8b61790/go.mod h1:jDfRM7FcilCzHH/e9qn6dsT145K34l5v+OpcnNgKAAA= |  | ||||||
| google.golang.org/genproto v0.0.0-20200729003335-053ba62fc06f/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= |  | ||||||
| google.golang.org/genproto v0.0.0-20200804131852-c06518451d9c/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= |  | ||||||
| google.golang.org/genproto v0.0.0-20200825200019-8632dd797987/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= |  | ||||||
| google.golang.org/grpc v1.12.0/go.mod h1:yo6s7OP7yaDglbqo1J04qKzAhqBH6lvTonzMVmEdcZw= |  | ||||||
| google.golang.org/grpc v1.19.0/go.mod h1:mqu4LbDTu4XGKhr4mRzUsmM4RtVoemTSY81AxZiDr8c= |  | ||||||
| google.golang.org/grpc v1.20.1/go.mod h1:10oTOabMzJvdu6/UiuZezV6QK5dSlG84ov/aaiqXj38= |  | ||||||
| google.golang.org/grpc v1.21.1/go.mod h1:oYelfM1adQP15Ek0mdvEgi9Df8B9CZIaU1084ijfRaM= |  | ||||||
| google.golang.org/grpc v1.23.0/go.mod h1:Y5yQAOtifL1yxbo5wqy6BxZv8vAUGQwXBOALyacEbxg= |  | ||||||
| google.golang.org/grpc v1.25.1/go.mod h1:c3i+UQWmh7LiEpx4sFZnkU36qjEYZ0imhYfXVyQciAY= |  | ||||||
| google.golang.org/grpc v1.26.0/go.mod h1:qbnxyOmOxrQa7FizSgH+ReBfzJrCY1pSN7KXBS8abTk= |  | ||||||
| google.golang.org/grpc v1.27.0/go.mod h1:qbnxyOmOxrQa7FizSgH+ReBfzJrCY1pSN7KXBS8abTk= |  | ||||||
| google.golang.org/grpc v1.27.1/go.mod h1:qbnxyOmOxrQa7FizSgH+ReBfzJrCY1pSN7KXBS8abTk= |  | ||||||
| google.golang.org/grpc v1.28.0/go.mod h1:rpkK4SK4GF4Ach/+MFLZUBavHOvF2JJB5uozKKal+60= |  | ||||||
| google.golang.org/grpc v1.29.1/go.mod h1:itym6AZVZYACWQqET3MqgPpjcuV5QH3BxFS3IjizoKk= |  | ||||||
| google.golang.org/grpc v1.30.0/go.mod h1:N36X2cJ7JwdamYAgDz+s+rVMFjt3numwzf/HckM8pak= |  | ||||||
| google.golang.org/grpc v1.31.0/go.mod h1:N36X2cJ7JwdamYAgDz+s+rVMFjt3numwzf/HckM8pak= |  | ||||||
| google.golang.org/protobuf v0.0.0-20200109180630-ec00e32a8dfd/go.mod h1:DFci5gLYBciE7Vtevhsrf46CRTquxDuWsQurQQe4oz8= |  | ||||||
| google.golang.org/protobuf v0.0.0-20200221191635-4d8936d0db64/go.mod h1:kwYJMbMJ01Woi6D6+Kah6886xMZcty6N08ah7+eCXa0= |  | ||||||
| google.golang.org/protobuf v0.0.0-20200228230310-ab0ca4ff8a60/go.mod h1:cfTl7dwQJ+fmap5saPgwCLgHXTUD7jkjRqWcaiX5VyM= |  | ||||||
| google.golang.org/protobuf v1.20.1-0.20200309200217-e05f789c0967/go.mod h1:A+miEFZTKqfCUM6K7xSMQL9OKL/b6hQv+e19PK+JZNE= |  | ||||||
| google.golang.org/protobuf v1.21.0/go.mod h1:47Nbq4nVaFHyn7ilMalzfO3qCViNmqZ2kzikPIcrTAo= |  | ||||||
| google.golang.org/protobuf v1.22.0/go.mod h1:EGpADcykh3NcUnDUJcl1+ZksZNG86OlYog2l/sGQquU= |  | ||||||
| google.golang.org/protobuf v1.23.0/go.mod h1:EGpADcykh3NcUnDUJcl1+ZksZNG86OlYog2l/sGQquU= |  | ||||||
| google.golang.org/protobuf v1.23.1-0.20200526195155-81db48ad09cc/go.mod h1:EGpADcykh3NcUnDUJcl1+ZksZNG86OlYog2l/sGQquU= |  | ||||||
| google.golang.org/protobuf v1.24.0/go.mod h1:r/3tXBNzIEhYS9I1OUVjXDlt8tc493IdKGjtUeSXeh4= |  | ||||||
| google.golang.org/protobuf v1.25.0/go.mod h1:9JNX74DMeImyA3h4bdi1ymwjUzf21/xIlbajtzgsN7c= |  | ||||||
| google.golang.org/protobuf v1.26.0-rc.1/go.mod h1:jlhhOSvTdKEhbULTjvd4ARK9grFBp09yW+WbY/TyQbw= | google.golang.org/protobuf v1.26.0-rc.1/go.mod h1:jlhhOSvTdKEhbULTjvd4ARK9grFBp09yW+WbY/TyQbw= | ||||||
| google.golang.org/protobuf v1.26.0/go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQnmE0givc= | google.golang.org/protobuf v1.26.0/go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQnmE0givc= | ||||||
| google.golang.org/protobuf v1.27.1 h1:SnqbnDw1V7RiZcXPx5MEeqPv2s79L9i7BJUlG/+RurQ= | google.golang.org/protobuf v1.31.0 h1:g0LDEJHgrBl9N9r17Ru3sqWhkIx2NB67okBHPwC7hs8= | ||||||
| google.golang.org/protobuf v1.27.1/go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQnmE0givc= | google.golang.org/protobuf v1.31.0/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I= | ||||||
| gopkg.in/alecthomas/kingpin.v2 v2.2.6/go.mod h1:FMv+mEhP44yOT+4EoQTLFTRgOQ1FBLkstjWtayDeSgw= |  | ||||||
| gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= | gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= | ||||||
| gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= | gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c h1:Hei/4ADfdWqJk1ZMxUNpqntNwaWcugrBjAiHlqqRiVk= | ||||||
| gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= | gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA= | ||||||
| gopkg.in/errgo.v2 v2.1.0/go.mod h1:hNsd1EY+bozCKY1Ytp96fpM3vjJbqLJn88ws8XvfDNI= | gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= | ||||||
| gopkg.in/fsnotify.v1 v1.4.7/go.mod h1:Tz8NjZHkW78fSQdbUxIjBTcgA1z1m8ZHf0WmKUhAMys= |  | ||||||
| gopkg.in/go-playground/assert.v1 v1.2.1/go.mod h1:9RXL0bg/zibRAgZUYszZSwO/z8Y/a8bDuhia5mkpMnE= |  | ||||||
| gopkg.in/go-playground/validator.v8 v8.18.2/go.mod h1:RX2a/7Ha8BgOhfk7j780h4/u/RRjR0eouCJSH80/M2Y= |  | ||||||
| gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce/go.mod h1:yeKp02qBN3iKW1OzL3MGk2IdtZzaj7SFntXj72NppTA= |  | ||||||
| gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7/go.mod h1:dt/ZhP58zS4L8KSrWDmTeBkI65Dw0HsyUHuEVlX15mw= |  | ||||||
| gopkg.in/yaml.v2 v2.2.1/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= |  | ||||||
| gopkg.in/yaml.v2 v2.2.2/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= |  | ||||||
| gopkg.in/yaml.v2 v2.2.4/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= |  | ||||||
| gopkg.in/yaml.v2 v2.2.5/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= |  | ||||||
| gopkg.in/yaml.v2 v2.3.0/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= |  | ||||||
| gopkg.in/yaml.v2 v2.4.0/go.mod h1:RDklbk79AGWmwhnvt/jBztapEOGDOx6ZbXqjP6csGnQ= |  | ||||||
| gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b h1:h8qDotaEPuJATrMmW04NCwg7v22aHH28wwpauUhK9Oo= |  | ||||||
| honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4= |  | ||||||
| honnef.co/go/tools v0.0.0-20190106161140-3f1c8253044a/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4= |  | ||||||
| honnef.co/go/tools v0.0.0-20190418001031-e561f6794a2a/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4= |  | ||||||
| honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4= |  | ||||||
| honnef.co/go/tools v0.0.1-2019.2.3/go.mod h1:a3bituU0lyd329TUQxRnasdCoJDkEUEAqEt0JzvZhAg= |  | ||||||
| honnef.co/go/tools v0.0.1-2020.1.3/go.mod h1:X/FiERA/W4tHapMX5mGpAtMSVEeEUOyHaw9vFzvIQ3k= |  | ||||||
| honnef.co/go/tools v0.0.1-2020.1.4/go.mod h1:X/FiERA/W4tHapMX5mGpAtMSVEeEUOyHaw9vFzvIQ3k= |  | ||||||
| rsc.io/binaryregexp v0.2.0/go.mod h1:qTv7/COck+e2FymRvadv62gMdZztPaShugOCi3I+8D8= |  | ||||||
| rsc.io/quote/v3 v3.1.0/go.mod h1:yEA65RcK8LyAZtP9Kv3t0HmxON59tX3rD+tICJqUlj0= |  | ||||||
| rsc.io/sampler v1.3.0/go.mod h1:T1hPZKmBbMNahiBKFy5HrXp6adAjACjK9JXDnKaTXpA= |  | ||||||
|   | |||||||
| @@ -46,7 +46,6 @@ func (s *Storage) Get(key string) ([]byte, error) { | |||||||
| 		return nil, nil | 		return nil, nil | ||||||
| 	} | 	} | ||||||
| 	data, closer, err := s.db.Get([]byte(key)) | 	data, closer, err := s.db.Get([]byte(key)) | ||||||
|  |  | ||||||
| 	if err != nil { | 	if err != nil { | ||||||
| 		return nil, err | 		return nil, err | ||||||
| 	} | 	} | ||||||
| @@ -126,8 +125,7 @@ func isValid(fp string) bool { | |||||||
|  |  | ||||||
| 	// Attempt to create it | 	// Attempt to create it | ||||||
| 	var d []byte | 	var d []byte | ||||||
| 	err := os.WriteFile(fp, d, 0600) | 	err := os.WriteFile(fp, d, 0o600) | ||||||
|  |  | ||||||
| 	if err != nil { | 	if err != nil { | ||||||
| 		return false | 		return false | ||||||
| 	} | 	} | ||||||
|   | |||||||
| @@ -4,7 +4,7 @@ import ( | |||||||
| 	"testing" | 	"testing" | ||||||
| 	"time" | 	"time" | ||||||
|  |  | ||||||
| 	"github.com/gofiber/utils" | 	"github.com/stretchr/testify/require" | ||||||
| ) | ) | ||||||
|  |  | ||||||
| var testStore = New(Config{ | var testStore = New(Config{ | ||||||
| @@ -19,7 +19,7 @@ func Test_Pebble_Set(t *testing.T) { | |||||||
| 	) | 	) | ||||||
|  |  | ||||||
| 	err := testStore.Set(key, val, 0) | 	err := testStore.Set(key, val, 0) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
| } | } | ||||||
|  |  | ||||||
| func Test_Pebble_Set_Override(t *testing.T) { | func Test_Pebble_Set_Override(t *testing.T) { | ||||||
| @@ -29,10 +29,10 @@ func Test_Pebble_Set_Override(t *testing.T) { | |||||||
| 	) | 	) | ||||||
|  |  | ||||||
| 	err := testStore.Set(key, val, 0) | 	err := testStore.Set(key, val, 0) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	err = testStore.Set(key, val, 0) | 	err = testStore.Set(key, val, 0) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
| } | } | ||||||
|  |  | ||||||
| func Test_Pebble_Get(t *testing.T) { | func Test_Pebble_Get(t *testing.T) { | ||||||
| @@ -42,11 +42,11 @@ func Test_Pebble_Get(t *testing.T) { | |||||||
| 	) | 	) | ||||||
|  |  | ||||||
| 	err := testStore.Set(key, val, 0) | 	err := testStore.Set(key, val, 0) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	result, err := testStore.Get(key) | 	result, err := testStore.Get(key) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
| 	utils.AssertEqual(t, val, result) | 	require.Equal(t, val, result) | ||||||
| } | } | ||||||
|  |  | ||||||
| func Test_Pebble_Set_Expiration(t *testing.T) { | func Test_Pebble_Set_Expiration(t *testing.T) { | ||||||
| @@ -57,7 +57,7 @@ func Test_Pebble_Set_Expiration(t *testing.T) { | |||||||
| 	) | 	) | ||||||
|  |  | ||||||
| 	err := testStore.Set(key, val, exp) | 	err := testStore.Set(key, val, exp) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	time.Sleep(1100 * time.Millisecond) | 	time.Sleep(1100 * time.Millisecond) | ||||||
| } | } | ||||||
| @@ -69,41 +69,39 @@ func Test_Pebble_Delete(t *testing.T) { | |||||||
| 	) | 	) | ||||||
|  |  | ||||||
| 	err := testStore.Set(key, val, 20) | 	err := testStore.Set(key, val, 20) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	err = testStore.Delete(key) | 	err = testStore.Delete(key) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	result, err := testStore.Get(key) | 	result, err := testStore.Get(key) | ||||||
| 	utils.AssertEqual(t, "pebble: not found", err.Error()) | 	require.Equal(t, "pebble: not found", err.Error()) | ||||||
| 	utils.AssertEqual(t, true, len(result) == 0) | 	require.Zero(t, len(result)) | ||||||
| } | } | ||||||
|  |  | ||||||
| func Test_Pebble_Reset(t *testing.T) { | func Test_Pebble_Reset(t *testing.T) { | ||||||
| 	var ( | 	val := []byte("doe") | ||||||
| 		val = []byte("doe") |  | ||||||
| 	) |  | ||||||
|  |  | ||||||
| 	err := testStore.Set("john1", val, 0) | 	err := testStore.Set("john1", val, 0) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	err = testStore.Set("john2", val, 0) | 	err = testStore.Set("john2", val, 0) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	err = testStore.Reset() | 	err = testStore.Reset() | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	_, err = testStore.Get("john1") | 	_, err = testStore.Get("john1") | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	_, err = testStore.Get("john2") | 	_, err = testStore.Get("john2") | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
| } | } | ||||||
|  |  | ||||||
| func Test_Pebble_Close(t *testing.T) { | func Test_Pebble_Close(t *testing.T) { | ||||||
| 	utils.AssertEqual(t, nil, testStore.Close()) | 	require.Nil(t, testStore.Close()) | ||||||
| } | } | ||||||
|  |  | ||||||
| func Test_Pebble_Conn(t *testing.T) { | func Test_Pebble_Conn(t *testing.T) { | ||||||
| 	utils.AssertEqual(t, true, testStore.Conn() != nil) | 	require.True(t, testStore.Conn() != nil) | ||||||
| } | } | ||||||
|   | |||||||
| @@ -11,6 +11,8 @@ title: Postgres | |||||||
|  |  | ||||||
| A Postgres storage driver using [jackc/pgx](https://github.com/jackc/pgx). | A Postgres storage driver using [jackc/pgx](https://github.com/jackc/pgx). | ||||||
|  |  | ||||||
|  | **Note: Requires Go 1.19 and above** | ||||||
|  |  | ||||||
| ### Table of Contents | ### Table of Contents | ||||||
| - [Signatures](#signatures) | - [Signatures](#signatures) | ||||||
| - [Installation](#installation) | - [Installation](#installation) | ||||||
| @@ -35,13 +37,13 @@ go mod init github.com/<user>/<repo> | |||||||
| ``` | ``` | ||||||
| And then install the postgres implementation: | And then install the postgres implementation: | ||||||
| ```bash | ```bash | ||||||
| go get github.com/gofiber/storage/postgres/v2 | go get github.com/gofiber/storage/postgres/v3 | ||||||
| ``` | ``` | ||||||
|  |  | ||||||
| ### Examples | ### Examples | ||||||
| Import the storage package. | Import the storage package. | ||||||
| ```go | ```go | ||||||
| import "github.com/gofiber/storage/postgres/v2" | import "github.com/gofiber/storage/postgres/v3" | ||||||
| ``` | ``` | ||||||
|  |  | ||||||
| You can use the following possibilities to create a storage: | You can use the following possibilities to create a storage: | ||||||
|   | |||||||
| @@ -1,17 +1,22 @@ | |||||||
| module github.com/gofiber/storage/postgres/v2 | module github.com/gofiber/storage/postgres/v3 | ||||||
|  |  | ||||||
| go 1.19 | go 1.19 | ||||||
|  |  | ||||||
| require ( | require ( | ||||||
| 	github.com/gofiber/utils v1.1.0 |  | ||||||
| 	github.com/jackc/pgx/v5 v5.4.3 | 	github.com/jackc/pgx/v5 v5.4.3 | ||||||
|  | 	github.com/stretchr/testify v1.8.4 | ||||||
| ) | ) | ||||||
|  |  | ||||||
| require ( | require ( | ||||||
|  | 	github.com/davecgh/go-spew v1.1.1 // indirect | ||||||
| 	github.com/jackc/pgpassfile v1.0.0 // indirect | 	github.com/jackc/pgpassfile v1.0.0 // indirect | ||||||
| 	github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect | 	github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect | ||||||
| 	github.com/jackc/puddle/v2 v2.2.1 // indirect | 	github.com/jackc/puddle/v2 v2.2.1 // indirect | ||||||
| 	golang.org/x/crypto v0.9.0 // indirect | 	github.com/kr/text v0.2.0 // indirect | ||||||
| 	golang.org/x/sync v0.1.0 // indirect | 	github.com/pmezard/go-difflib v1.0.0 // indirect | ||||||
| 	golang.org/x/text v0.9.0 // indirect | 	github.com/rogpeppe/go-internal v1.11.0 // indirect | ||||||
|  | 	golang.org/x/crypto v0.12.0 // indirect | ||||||
|  | 	golang.org/x/sync v0.3.0 // indirect | ||||||
|  | 	golang.org/x/text v0.12.0 // indirect | ||||||
|  | 	gopkg.in/yaml.v3 v3.0.1 // indirect | ||||||
| ) | ) | ||||||
|   | |||||||
| @@ -1,7 +1,7 @@ | |||||||
|  | github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E= | ||||||
| github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= | github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= | ||||||
| github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= | github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= | ||||||
| github.com/gofiber/utils v1.1.0 h1:vdEBpn7AzIUJRhe+CiTOJdUcTg4Q9RK+pEa0KPbLdrM= | github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= | ||||||
| github.com/gofiber/utils v1.1.0/go.mod h1:poZpsnhBykfnY1Mc0KeEa6mSHrS3dV0+oBWyeQmb2e0= |  | ||||||
| github.com/jackc/pgpassfile v1.0.0 h1:/6Hmqy13Ss2zCq62VdNG8tM1wchn8zjSGOBJ6icpsIM= | github.com/jackc/pgpassfile v1.0.0 h1:/6Hmqy13Ss2zCq62VdNG8tM1wchn8zjSGOBJ6icpsIM= | ||||||
| github.com/jackc/pgpassfile v1.0.0/go.mod h1:CEx0iS5ambNFdcRtxPj5JhEz+xB6uRky5eyVu/W2HEg= | github.com/jackc/pgpassfile v1.0.0/go.mod h1:CEx0iS5ambNFdcRtxPj5JhEz+xB6uRky5eyVu/W2HEg= | ||||||
| github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a h1:bbPeKD0xmW/Y25WS6cokEszi5g+S0QxI/d45PkRi7Nk= | github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a h1:bbPeKD0xmW/Y25WS6cokEszi5g+S0QxI/d45PkRi7Nk= | ||||||
| @@ -10,18 +10,26 @@ github.com/jackc/pgx/v5 v5.4.3 h1:cxFyXhxlvAifxnkKKdlxv8XqUf59tDlYjnV5YYfsJJY= | |||||||
| github.com/jackc/pgx/v5 v5.4.3/go.mod h1:Ig06C2Vu0t5qXC60W8sqIthScaEnFvojjj9dSljmHRA= | github.com/jackc/pgx/v5 v5.4.3/go.mod h1:Ig06C2Vu0t5qXC60W8sqIthScaEnFvojjj9dSljmHRA= | ||||||
| github.com/jackc/puddle/v2 v2.2.1 h1:RhxXJtFG022u4ibrCSMSiu5aOq1i77R3OHKNJj77OAk= | github.com/jackc/puddle/v2 v2.2.1 h1:RhxXJtFG022u4ibrCSMSiu5aOq1i77R3OHKNJj77OAk= | ||||||
| github.com/jackc/puddle/v2 v2.2.1/go.mod h1:vriiEXHvEE654aYKXXjOvZM39qJ0q+azkZFrfEOc3H4= | github.com/jackc/puddle/v2 v2.2.1/go.mod h1:vriiEXHvEE654aYKXXjOvZM39qJ0q+azkZFrfEOc3H4= | ||||||
|  | github.com/kr/pretty v0.3.0 h1:WgNl7dwNpEZ6jJ9k1snq4pZsg7DOEN8hP9Xw0Tsjwk0= | ||||||
|  | github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY= | ||||||
|  | github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE= | ||||||
| github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= | github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= | ||||||
| github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= | github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= | ||||||
|  | github.com/rogpeppe/go-internal v1.11.0 h1:cWPaGQEPrBb5/AsnsZesgZZ9yb1OQ+GOISoDNXVBh4M= | ||||||
|  | github.com/rogpeppe/go-internal v1.11.0/go.mod h1:ddIwULY96R17DhadqLgMfk9H9tvdUzkipdSkR5nkCZA= | ||||||
| github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= | github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= | ||||||
| github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI= | github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI= | ||||||
| github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= | github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= | ||||||
| github.com/stretchr/testify v1.8.1 h1:w7B6lhMri9wdJUVmEZPGGhZzrYTPvgJArz7wNPgYKsk= | github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk= | ||||||
| golang.org/x/crypto v0.9.0 h1:LF6fAI+IutBocDJ2OT0Q1g8plpYljMZ4+lty+dsqw3g= | github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo= | ||||||
| golang.org/x/crypto v0.9.0/go.mod h1:yrmDGqONDYtNj3tH8X9dzUun2m2lzPa9ngI6/RUPGR0= | golang.org/x/crypto v0.12.0 h1:tFM/ta59kqch6LlvYnPa0yx5a83cL2nHflFhYKvv9Yk= | ||||||
| golang.org/x/sync v0.1.0 h1:wsuoTGHzEhffawBOhz5CYhcrV4IdKZbEyZjBMuTp12o= | golang.org/x/crypto v0.12.0/go.mod h1:NF0Gs7EO5K4qLn+Ylc+fih8BSTeIjAP05siRnAh98yw= | ||||||
| golang.org/x/sync v0.1.0/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= | golang.org/x/sync v0.3.0 h1:ftCYgMx6zT/asHUrPw8BLLscYtGznsLAnjq5RH9P66E= | ||||||
| golang.org/x/text v0.9.0 h1:2sjJmO8cDvYveuX97RDLsxlyUxLl+GHoLxBiRdHllBE= | golang.org/x/sync v0.3.0/go.mod h1:FU7BRWz2tNW+3quACPkgCx/L+uEAv1htQ0V83Z9Rj+Y= | ||||||
| golang.org/x/text v0.9.0/go.mod h1:e1OnstbJyHTd6l/uOt8jFFHp6TRDWZR/bV3emEE/zU8= | golang.org/x/text v0.12.0 h1:k+n5B8goJNdU7hSvEtMUz3d1Q6D/XW4COJSJR6fN0mc= | ||||||
|  | golang.org/x/text v0.12.0/go.mod h1:TvPlkZtksWOMsz7fbANvkp4WM8x/WCo/om8BMLbz+aE= | ||||||
| gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= | gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= | ||||||
|  | gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c h1:Hei/4ADfdWqJk1ZMxUNpqntNwaWcugrBjAiHlqqRiVk= | ||||||
| gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= | gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= | ||||||
| gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA= | gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA= | ||||||
|  | gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= | ||||||
|   | |||||||
| @@ -6,8 +6,8 @@ import ( | |||||||
| 	"testing" | 	"testing" | ||||||
| 	"time" | 	"time" | ||||||
|  |  | ||||||
| 	"github.com/gofiber/utils" |  | ||||||
| 	"github.com/jackc/pgx/v5" | 	"github.com/jackc/pgx/v5" | ||||||
|  | 	"github.com/stretchr/testify/require" | ||||||
| ) | ) | ||||||
|  |  | ||||||
| var testStore = New(Config{ | var testStore = New(Config{ | ||||||
| @@ -24,7 +24,7 @@ func Test_Postgres_Set(t *testing.T) { | |||||||
| 	) | 	) | ||||||
|  |  | ||||||
| 	err := testStore.Set(key, val, 0) | 	err := testStore.Set(key, val, 0) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
| } | } | ||||||
|  |  | ||||||
| func Test_Postgres_Set_Override(t *testing.T) { | func Test_Postgres_Set_Override(t *testing.T) { | ||||||
| @@ -34,10 +34,10 @@ func Test_Postgres_Set_Override(t *testing.T) { | |||||||
| 	) | 	) | ||||||
|  |  | ||||||
| 	err := testStore.Set(key, val, 0) | 	err := testStore.Set(key, val, 0) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	err = testStore.Set(key, val, 0) | 	err = testStore.Set(key, val, 0) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
| } | } | ||||||
|  |  | ||||||
| func Test_Postgres_Get(t *testing.T) { | func Test_Postgres_Get(t *testing.T) { | ||||||
| @@ -47,11 +47,11 @@ func Test_Postgres_Get(t *testing.T) { | |||||||
| 	) | 	) | ||||||
|  |  | ||||||
| 	err := testStore.Set(key, val, 0) | 	err := testStore.Set(key, val, 0) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	result, err := testStore.Get(key) | 	result, err := testStore.Get(key) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
| 	utils.AssertEqual(t, val, result) | 	require.Equal(t, val, result) | ||||||
| } | } | ||||||
|  |  | ||||||
| func Test_Postgres_Set_Expiration(t *testing.T) { | func Test_Postgres_Set_Expiration(t *testing.T) { | ||||||
| @@ -62,26 +62,23 @@ func Test_Postgres_Set_Expiration(t *testing.T) { | |||||||
| 	) | 	) | ||||||
|  |  | ||||||
| 	err := testStore.Set(key, val, exp) | 	err := testStore.Set(key, val, exp) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	time.Sleep(1100 * time.Millisecond) | 	time.Sleep(1100 * time.Millisecond) | ||||||
| } | } | ||||||
|  |  | ||||||
| func Test_Postgres_Get_Expired(t *testing.T) { | func Test_Postgres_Get_Expired(t *testing.T) { | ||||||
| 	var ( | 	key := "john" | ||||||
| 		key = "john" |  | ||||||
| 	) |  | ||||||
|  |  | ||||||
| 	result, err := testStore.Get(key) | 	result, err := testStore.Get(key) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
| 	utils.AssertEqual(t, true, len(result) == 0) | 	require.Zero(t, len(result)) | ||||||
| } | } | ||||||
|  |  | ||||||
| func Test_Postgres_Get_NotExist(t *testing.T) { | func Test_Postgres_Get_NotExist(t *testing.T) { | ||||||
|  |  | ||||||
| 	result, err := testStore.Get("notexist") | 	result, err := testStore.Get("notexist") | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
| 	utils.AssertEqual(t, true, len(result) == 0) | 	require.Zero(t, len(result)) | ||||||
| } | } | ||||||
|  |  | ||||||
| func Test_Postgres_Delete(t *testing.T) { | func Test_Postgres_Delete(t *testing.T) { | ||||||
| @@ -91,79 +88,74 @@ func Test_Postgres_Delete(t *testing.T) { | |||||||
| 	) | 	) | ||||||
|  |  | ||||||
| 	err := testStore.Set(key, val, 0) | 	err := testStore.Set(key, val, 0) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	err = testStore.Delete(key) | 	err = testStore.Delete(key) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	result, err := testStore.Get(key) | 	result, err := testStore.Get(key) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
| 	utils.AssertEqual(t, true, len(result) == 0) | 	require.Zero(t, len(result)) | ||||||
| } | } | ||||||
|  |  | ||||||
| func Test_Postgres_Reset(t *testing.T) { | func Test_Postgres_Reset(t *testing.T) { | ||||||
| 	var ( | 	val := []byte("doe") | ||||||
| 		val = []byte("doe") |  | ||||||
| 	) |  | ||||||
|  |  | ||||||
| 	err := testStore.Set("john1", val, 0) | 	err := testStore.Set("john1", val, 0) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	err = testStore.Set("john2", val, 0) | 	err = testStore.Set("john2", val, 0) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	err = testStore.Reset() | 	err = testStore.Reset() | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	result, err := testStore.Get("john1") | 	result, err := testStore.Get("john1") | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
| 	utils.AssertEqual(t, true, len(result) == 0) | 	require.Zero(t, len(result)) | ||||||
|  |  | ||||||
| 	result, err = testStore.Get("john2") | 	result, err = testStore.Get("john2") | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
| 	utils.AssertEqual(t, true, len(result) == 0) | 	require.Zero(t, len(result)) | ||||||
| } | } | ||||||
|  |  | ||||||
| func Test_Postgres_GC(t *testing.T) { | func Test_Postgres_GC(t *testing.T) { | ||||||
| 	var ( | 	testVal := []byte("doe") | ||||||
| 		testVal = []byte("doe") |  | ||||||
| 	) |  | ||||||
|  |  | ||||||
| 	// This key should expire | 	// This key should expire | ||||||
| 	err := testStore.Set("john", testVal, time.Nanosecond) | 	err := testStore.Set("john", testVal, time.Nanosecond) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	testStore.gc(time.Now()) | 	testStore.gc(time.Now()) | ||||||
| 	row := testStore.db.QueryRow(context.Background(), testStore.sqlSelect, "john") | 	row := testStore.db.QueryRow(context.Background(), testStore.sqlSelect, "john") | ||||||
| 	err = row.Scan(nil, nil) | 	err = row.Scan(nil, nil) | ||||||
| 	utils.AssertEqual(t, pgx.ErrNoRows, err) | 	require.Equal(t, pgx.ErrNoRows, err) | ||||||
|  |  | ||||||
| 	// This key should not expire | 	// This key should not expire | ||||||
| 	err = testStore.Set("john", testVal, 0) | 	err = testStore.Set("john", testVal, 0) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	testStore.gc(time.Now()) | 	testStore.gc(time.Now()) | ||||||
| 	val, err := testStore.Get("john") | 	val, err := testStore.Get("john") | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
| 	utils.AssertEqual(t, testVal, val) | 	require.Equal(t, testVal, val) | ||||||
|  |  | ||||||
| } | } | ||||||
|  |  | ||||||
| func Test_Postgres_Non_UTF8(t *testing.T) { | func Test_Postgres_Non_UTF8(t *testing.T) { | ||||||
| 	val := []byte("0xF5") | 	val := []byte("0xF5") | ||||||
|  |  | ||||||
| 	err := testStore.Set("0xF6", val, 0) | 	err := testStore.Set("0xF6", val, 0) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	result, err := testStore.Get("0xF6") | 	result, err := testStore.Get("0xF6") | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
| 	utils.AssertEqual(t, val, result) | 	require.Equal(t, val, result) | ||||||
| } | } | ||||||
|  |  | ||||||
| func Test_SslRequiredMode(t *testing.T) { | func Test_SslRequiredMode(t *testing.T) { | ||||||
| 	defer func() { | 	defer func() { | ||||||
| 		if recover() == nil { | 		if recover() == nil { | ||||||
| 			utils.AssertEqual(t, true, nil, "Connection was established with a `require`") | 			require.Equalf(t, true, nil, "Connection was established with a `require`") | ||||||
| 		} | 		} | ||||||
| 	}() | 	}() | ||||||
| 	_ = New(Config{ | 	_ = New(Config{ | ||||||
| @@ -172,9 +164,9 @@ func Test_SslRequiredMode(t *testing.T) { | |||||||
| } | } | ||||||
|  |  | ||||||
| func Test_Postgres_Conn(t *testing.T) { | func Test_Postgres_Conn(t *testing.T) { | ||||||
| 	utils.AssertEqual(t, true, testStore.Conn() != nil) | 	require.True(t, testStore.Conn() != nil) | ||||||
| } | } | ||||||
|  |  | ||||||
| func Test_Postgres_Close(t *testing.T) { | func Test_Postgres_Close(t *testing.T) { | ||||||
| 	utils.AssertEqual(t, nil, testStore.Close()) | 	require.Nil(t, testStore.Close()) | ||||||
| } | } | ||||||
|   | |||||||
| @@ -11,6 +11,8 @@ title: Redis | |||||||
|  |  | ||||||
| A Redis storage driver using [go-redis/redis](https://github.com/go-redis/redis). | A Redis storage driver using [go-redis/redis](https://github.com/go-redis/redis). | ||||||
|  |  | ||||||
|  | **Note: Requires Go 1.19 and above** | ||||||
|  |  | ||||||
| ### Table of Contents | ### Table of Contents | ||||||
| - [Signatures](#signatures) | - [Signatures](#signatures) | ||||||
| - [Installation](#installation) | - [Installation](#installation) | ||||||
| @@ -35,13 +37,13 @@ go mod init github.com/<user>/<repo> | |||||||
| ``` | ``` | ||||||
| And then install the redis implementation: | And then install the redis implementation: | ||||||
| ```bash | ```bash | ||||||
| go get github.com/gofiber/storage/redis/v2 | go get github.com/gofiber/storage/redis/v3 | ||||||
| ``` | ``` | ||||||
|  |  | ||||||
| ### Examples | ### Examples | ||||||
| Import the storage package. | Import the storage package. | ||||||
| ```go | ```go | ||||||
| import "github.com/gofiber/storage/redis/v2" | import "github.com/gofiber/storage/redis/v3" | ||||||
| ``` | ``` | ||||||
|  |  | ||||||
| You can use the one of the following options to create a Redis Storage: | You can use the one of the following options to create a Redis Storage: | ||||||
|   | |||||||
| @@ -1,13 +1,16 @@ | |||||||
| module github.com/gofiber/storage/redis/v2 | module github.com/gofiber/storage/redis/v3 | ||||||
|  |  | ||||||
| go 1.18 | go 1.19 | ||||||
|  |  | ||||||
| require ( | require ( | ||||||
| 	github.com/gofiber/utils v1.1.0 |  | ||||||
| 	github.com/redis/go-redis/v9 v9.1.0 | 	github.com/redis/go-redis/v9 v9.1.0 | ||||||
|  | 	github.com/stretchr/testify v1.8.4 | ||||||
| ) | ) | ||||||
|  |  | ||||||
| require ( | require ( | ||||||
| 	github.com/cespare/xxhash/v2 v2.2.0 // indirect | 	github.com/cespare/xxhash/v2 v2.2.0 // indirect | ||||||
|  | 	github.com/davecgh/go-spew v1.1.1 // indirect | ||||||
| 	github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect | 	github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect | ||||||
|  | 	github.com/pmezard/go-difflib v1.0.0 // indirect | ||||||
|  | 	gopkg.in/yaml.v3 v3.0.1 // indirect | ||||||
| ) | ) | ||||||
|   | |||||||
							
								
								
									
										12
									
								
								redis/go.sum
									
									
									
									
									
								
							
							
						
						
									
										12
									
								
								redis/go.sum
									
									
									
									
									
								
							| @@ -2,9 +2,17 @@ github.com/bsm/ginkgo/v2 v2.9.5 h1:rtVBYPs3+TC5iLUVOis1B9tjLTup7Cj5IfzosKtvTJ0= | |||||||
| github.com/bsm/gomega v1.26.0 h1:LhQm+AFcgV2M0WyKroMASzAzCAJVpAxQXv4SaI9a69Y= | github.com/bsm/gomega v1.26.0 h1:LhQm+AFcgV2M0WyKroMASzAzCAJVpAxQXv4SaI9a69Y= | ||||||
| github.com/cespare/xxhash/v2 v2.2.0 h1:DC2CZ1Ep5Y4k3ZQ899DldepgrayRUGE6BBZ/cd9Cj44= | github.com/cespare/xxhash/v2 v2.2.0 h1:DC2CZ1Ep5Y4k3ZQ899DldepgrayRUGE6BBZ/cd9Cj44= | ||||||
| github.com/cespare/xxhash/v2 v2.2.0/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs= | github.com/cespare/xxhash/v2 v2.2.0/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs= | ||||||
|  | github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= | ||||||
|  | github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= | ||||||
| github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f h1:lO4WD4F/rVNCu3HqELle0jiPLLBs70cWOduZpkS1E78= | github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f h1:lO4WD4F/rVNCu3HqELle0jiPLLBs70cWOduZpkS1E78= | ||||||
| github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f/go.mod h1:cuUVRXasLTGF7a8hSLbxyZXjz+1KgoB3wDUb6vlszIc= | github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f/go.mod h1:cuUVRXasLTGF7a8hSLbxyZXjz+1KgoB3wDUb6vlszIc= | ||||||
| github.com/gofiber/utils v1.1.0 h1:vdEBpn7AzIUJRhe+CiTOJdUcTg4Q9RK+pEa0KPbLdrM= | github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= | ||||||
| github.com/gofiber/utils v1.1.0/go.mod h1:poZpsnhBykfnY1Mc0KeEa6mSHrS3dV0+oBWyeQmb2e0= | github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= | ||||||
| github.com/redis/go-redis/v9 v9.1.0 h1:137FnGdk+EQdCbye1FW+qOEcY5S+SpY9T0NiuqvtfMY= | github.com/redis/go-redis/v9 v9.1.0 h1:137FnGdk+EQdCbye1FW+qOEcY5S+SpY9T0NiuqvtfMY= | ||||||
| github.com/redis/go-redis/v9 v9.1.0/go.mod h1:urWj3He21Dj5k4TK1y59xH8Uj6ATueP8AH1cY3lZl4c= | github.com/redis/go-redis/v9 v9.1.0/go.mod h1:urWj3He21Dj5k4TK1y59xH8Uj6ATueP8AH1cY3lZl4c= | ||||||
|  | github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk= | ||||||
|  | github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo= | ||||||
|  | gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM= | ||||||
|  | gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= | ||||||
|  | gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA= | ||||||
|  | gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= | ||||||
|   | |||||||
| @@ -6,7 +6,7 @@ import ( | |||||||
| 	"testing" | 	"testing" | ||||||
| 	"time" | 	"time" | ||||||
|  |  | ||||||
| 	"github.com/gofiber/utils" | 	"github.com/stretchr/testify/require" | ||||||
| ) | ) | ||||||
|  |  | ||||||
| var testStore = New(Config{ | var testStore = New(Config{ | ||||||
| @@ -20,7 +20,7 @@ func Test_Redis_Set(t *testing.T) { | |||||||
| 	) | 	) | ||||||
|  |  | ||||||
| 	err := testStore.Set(key, val, 0) | 	err := testStore.Set(key, val, 0) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
| } | } | ||||||
|  |  | ||||||
| func Test_Redis_Set_Override(t *testing.T) { | func Test_Redis_Set_Override(t *testing.T) { | ||||||
| @@ -30,10 +30,10 @@ func Test_Redis_Set_Override(t *testing.T) { | |||||||
| 	) | 	) | ||||||
|  |  | ||||||
| 	err := testStore.Set(key, val, 0) | 	err := testStore.Set(key, val, 0) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	err = testStore.Set(key, val, 0) | 	err = testStore.Set(key, val, 0) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
| } | } | ||||||
|  |  | ||||||
| func Test_Redis_Get(t *testing.T) { | func Test_Redis_Get(t *testing.T) { | ||||||
| @@ -43,11 +43,11 @@ func Test_Redis_Get(t *testing.T) { | |||||||
| 	) | 	) | ||||||
|  |  | ||||||
| 	err := testStore.Set(key, val, 0) | 	err := testStore.Set(key, val, 0) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	result, err := testStore.Get(key) | 	result, err := testStore.Get(key) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
| 	utils.AssertEqual(t, val, result) | 	require.Equal(t, val, result) | ||||||
| } | } | ||||||
|  |  | ||||||
| func Test_Redis_Set_Expiration(t *testing.T) { | func Test_Redis_Set_Expiration(t *testing.T) { | ||||||
| @@ -58,25 +58,23 @@ func Test_Redis_Set_Expiration(t *testing.T) { | |||||||
| 	) | 	) | ||||||
|  |  | ||||||
| 	err := testStore.Set(key, val, exp) | 	err := testStore.Set(key, val, exp) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	time.Sleep(1100 * time.Millisecond) | 	time.Sleep(1100 * time.Millisecond) | ||||||
| } | } | ||||||
|  |  | ||||||
| func Test_Redis_Get_Expired(t *testing.T) { | func Test_Redis_Get_Expired(t *testing.T) { | ||||||
| 	var ( | 	key := "john" | ||||||
| 		key = "john" |  | ||||||
| 	) |  | ||||||
|  |  | ||||||
| 	result, err := testStore.Get(key) | 	result, err := testStore.Get(key) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
| 	utils.AssertEqual(t, true, len(result) == 0) | 	require.Zero(t, len(result)) | ||||||
| } | } | ||||||
|  |  | ||||||
| func Test_Redis_Get_NotExist(t *testing.T) { | func Test_Redis_Get_NotExist(t *testing.T) { | ||||||
| 	result, err := testStore.Get("notexist") | 	result, err := testStore.Get("notexist") | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
| 	utils.AssertEqual(t, true, len(result) == 0) | 	require.Zero(t, len(result)) | ||||||
| } | } | ||||||
|  |  | ||||||
| func Test_Redis_Delete(t *testing.T) { | func Test_Redis_Delete(t *testing.T) { | ||||||
| @@ -86,45 +84,43 @@ func Test_Redis_Delete(t *testing.T) { | |||||||
| 	) | 	) | ||||||
|  |  | ||||||
| 	err := testStore.Set(key, val, 0) | 	err := testStore.Set(key, val, 0) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	err = testStore.Delete(key) | 	err = testStore.Delete(key) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	result, err := testStore.Get(key) | 	result, err := testStore.Get(key) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
| 	utils.AssertEqual(t, true, len(result) == 0) | 	require.Zero(t, len(result)) | ||||||
| } | } | ||||||
|  |  | ||||||
| func Test_Redis_Reset(t *testing.T) { | func Test_Redis_Reset(t *testing.T) { | ||||||
| 	var ( | 	val := []byte("doe") | ||||||
| 		val = []byte("doe") |  | ||||||
| 	) |  | ||||||
|  |  | ||||||
| 	err := testStore.Set("john1", val, 0) | 	err := testStore.Set("john1", val, 0) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	err = testStore.Set("john2", val, 0) | 	err = testStore.Set("john2", val, 0) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	err = testStore.Reset() | 	err = testStore.Reset() | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	result, err := testStore.Get("john1") | 	result, err := testStore.Get("john1") | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
| 	utils.AssertEqual(t, true, len(result) == 0) | 	require.Zero(t, len(result)) | ||||||
|  |  | ||||||
| 	result, err = testStore.Get("john2") | 	result, err = testStore.Get("john2") | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
| 	utils.AssertEqual(t, true, len(result) == 0) | 	require.Zero(t, len(result)) | ||||||
| } | } | ||||||
|  |  | ||||||
| func Test_Redis_Close(t *testing.T) { | func Test_Redis_Close(t *testing.T) { | ||||||
| 	utils.AssertEqual(t, nil, testStore.Close()) | 	require.Nil(t, testStore.Close()) | ||||||
| } | } | ||||||
|  |  | ||||||
| func Test_Redis_Conn(t *testing.T) { | func Test_Redis_Conn(t *testing.T) { | ||||||
| 	utils.AssertEqual(t, true, testStore.Conn() != nil) | 	require.True(t, testStore.Conn() != nil) | ||||||
| } | } | ||||||
|  |  | ||||||
| func Test_Redis_Initalize_WithURL(t *testing.T) { | func Test_Redis_Initalize_WithURL(t *testing.T) { | ||||||
| @@ -137,16 +133,16 @@ func Test_Redis_Initalize_WithURL(t *testing.T) { | |||||||
| 	) | 	) | ||||||
|  |  | ||||||
| 	err := testStoreUrl.Set(key, val, 0) | 	err := testStoreUrl.Set(key, val, 0) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	result, err := testStoreUrl.Get(key) | 	result, err := testStoreUrl.Get(key) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
| 	utils.AssertEqual(t, val, result) | 	require.Equal(t, val, result) | ||||||
|  |  | ||||||
| 	err = testStoreUrl.Delete(key) | 	err = testStoreUrl.Delete(key) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	utils.AssertEqual(t, nil, testStoreUrl.Close()) | 	require.Nil(t, testStoreUrl.Close()) | ||||||
| } | } | ||||||
|  |  | ||||||
| func Test_Redis_Initalize_WithURL_TLS(t *testing.T) { | func Test_Redis_Initalize_WithURL_TLS(t *testing.T) { | ||||||
| @@ -180,16 +176,16 @@ func Test_Redis_Initalize_WithURL_TLS(t *testing.T) { | |||||||
| 	) | 	) | ||||||
|  |  | ||||||
| 	err = testStoreUrl.Set(key, val, 0) | 	err = testStoreUrl.Set(key, val, 0) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	result, err := testStoreUrl.Get(key) | 	result, err := testStoreUrl.Get(key) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
| 	utils.AssertEqual(t, val, result) | 	require.Equal(t, val, result) | ||||||
|  |  | ||||||
| 	err = testStoreUrl.Delete(key) | 	err = testStoreUrl.Delete(key) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	utils.AssertEqual(t, nil, testStoreUrl.Close()) | 	require.Nil(t, testStoreUrl.Close()) | ||||||
| } | } | ||||||
|  |  | ||||||
| func Test_Redis_Universal_Addrs(t *testing.T) { | func Test_Redis_Universal_Addrs(t *testing.T) { | ||||||
| @@ -204,16 +200,16 @@ func Test_Redis_Universal_Addrs(t *testing.T) { | |||||||
| 	) | 	) | ||||||
|  |  | ||||||
| 	err := testStoreUniversal.Set(key, val, 0) | 	err := testStoreUniversal.Set(key, val, 0) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	result, err := testStoreUniversal.Get(key) | 	result, err := testStoreUniversal.Get(key) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
| 	utils.AssertEqual(t, val, result) | 	require.Equal(t, val, result) | ||||||
|  |  | ||||||
| 	err = testStoreUniversal.Delete(key) | 	err = testStoreUniversal.Delete(key) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	utils.AssertEqual(t, nil, testStoreUniversal.Close()) | 	require.Nil(t, testStoreUniversal.Close()) | ||||||
| } | } | ||||||
|  |  | ||||||
| func Test_Redis_Universal_With_URL_Undefined(t *testing.T) { | func Test_Redis_Universal_With_URL_Undefined(t *testing.T) { | ||||||
| @@ -230,16 +226,16 @@ func Test_Redis_Universal_With_URL_Undefined(t *testing.T) { | |||||||
| 	) | 	) | ||||||
|  |  | ||||||
| 	err := testStoreUniversal.Set(key, val, 0) | 	err := testStoreUniversal.Set(key, val, 0) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	result, err := testStoreUniversal.Get(key) | 	result, err := testStoreUniversal.Get(key) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
| 	utils.AssertEqual(t, val, result) | 	require.Equal(t, val, result) | ||||||
|  |  | ||||||
| 	err = testStoreUniversal.Delete(key) | 	err = testStoreUniversal.Delete(key) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	utils.AssertEqual(t, nil, testStoreUniversal.Close()) | 	require.Nil(t, testStoreUniversal.Close()) | ||||||
| } | } | ||||||
|  |  | ||||||
| func Test_Redis_Universal_With_URL_Defined(t *testing.T) { | func Test_Redis_Universal_With_URL_Defined(t *testing.T) { | ||||||
| @@ -256,16 +252,16 @@ func Test_Redis_Universal_With_URL_Defined(t *testing.T) { | |||||||
| 	) | 	) | ||||||
|  |  | ||||||
| 	err := testStoreUniversal.Set(key, val, 0) | 	err := testStoreUniversal.Set(key, val, 0) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	result, err := testStoreUniversal.Get(key) | 	result, err := testStoreUniversal.Get(key) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
| 	utils.AssertEqual(t, val, result) | 	require.Equal(t, val, result) | ||||||
|  |  | ||||||
| 	err = testStoreUniversal.Delete(key) | 	err = testStoreUniversal.Delete(key) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	utils.AssertEqual(t, nil, testStoreUniversal.Close()) | 	require.Nil(t, testStoreUniversal.Close()) | ||||||
| } | } | ||||||
|  |  | ||||||
| func Test_Redis_Universal_With_HostPort(t *testing.T) { | func Test_Redis_Universal_With_HostPort(t *testing.T) { | ||||||
| @@ -283,16 +279,16 @@ func Test_Redis_Universal_With_HostPort(t *testing.T) { | |||||||
| 	) | 	) | ||||||
|  |  | ||||||
| 	err := testStoreUniversal.Set(key, val, 0) | 	err := testStoreUniversal.Set(key, val, 0) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	result, err := testStoreUniversal.Get(key) | 	result, err := testStoreUniversal.Get(key) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
| 	utils.AssertEqual(t, val, result) | 	require.Equal(t, val, result) | ||||||
|  |  | ||||||
| 	err = testStoreUniversal.Delete(key) | 	err = testStoreUniversal.Delete(key) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	utils.AssertEqual(t, nil, testStoreUniversal.Close()) | 	require.Nil(t, testStoreUniversal.Close()) | ||||||
| } | } | ||||||
|  |  | ||||||
| func Test_Redis_Universal_With_HostPort_And_URL(t *testing.T) { | func Test_Redis_Universal_With_HostPort_And_URL(t *testing.T) { | ||||||
| @@ -311,16 +307,16 @@ func Test_Redis_Universal_With_HostPort_And_URL(t *testing.T) { | |||||||
| 	) | 	) | ||||||
|  |  | ||||||
| 	err := testStoreUniversal.Set(key, val, 0) | 	err := testStoreUniversal.Set(key, val, 0) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	result, err := testStoreUniversal.Get(key) | 	result, err := testStoreUniversal.Get(key) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
| 	utils.AssertEqual(t, val, result) | 	require.Equal(t, val, result) | ||||||
|  |  | ||||||
| 	err = testStoreUniversal.Delete(key) | 	err = testStoreUniversal.Delete(key) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	utils.AssertEqual(t, nil, testStoreUniversal.Close()) | 	require.Nil(t, testStoreUniversal.Close()) | ||||||
| } | } | ||||||
|  |  | ||||||
| func Test_Redis_Cluster(t *testing.T) { | func Test_Redis_Cluster(t *testing.T) { | ||||||
| @@ -341,14 +337,14 @@ func Test_Redis_Cluster(t *testing.T) { | |||||||
| 	) | 	) | ||||||
|  |  | ||||||
| 	err := testStoreUniversal.Set(key, val, 0) | 	err := testStoreUniversal.Set(key, val, 0) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	result, err := testStoreUniversal.Get(key) | 	result, err := testStoreUniversal.Get(key) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
| 	utils.AssertEqual(t, val, result) | 	require.Equal(t, val, result) | ||||||
|  |  | ||||||
| 	err = testStoreUniversal.Delete(key) | 	err = testStoreUniversal.Delete(key) | ||||||
| 	utils.AssertEqual(t, nil, err) | 	require.NoError(t, err) | ||||||
|  |  | ||||||
| 	utils.AssertEqual(t, nil, testStoreUniversal.Close()) | 	require.Nil(t, testStoreUniversal.Close()) | ||||||
| } | } | ||||||
| @@ -11,6 +11,8 @@ title: Ristretto | |||||||
|  |  | ||||||
| A Memory-bound storage driver using [`dgraph-io/ristretto`](https://github.com/dgraph-io/ristretto). | A Memory-bound storage driver using [`dgraph-io/ristretto`](https://github.com/dgraph-io/ristretto). | ||||||
|  |  | ||||||
|  | **Note: Requires Go 1.19 and above** | ||||||
|  |  | ||||||
| ### Table of Contents | ### Table of Contents | ||||||
| - [Signatures](#signatures) | - [Signatures](#signatures) | ||||||
| - [Installation](#installation) | - [Installation](#installation) | ||||||
| @@ -37,13 +39,13 @@ go mod init github.com/<user>/<repo> | |||||||
| ``` | ``` | ||||||
| And then install the ristretto implementation: | And then install the ristretto implementation: | ||||||
| ```bash | ```bash | ||||||
| go get github.com/gofiber/storage/ristretto | go get github.com/gofiber/storage/ristretto/v2 | ||||||
| ``` | ``` | ||||||
|  |  | ||||||
| ### Examples | ### Examples | ||||||
| Import the storage package. | Import the storage package. | ||||||
| ```go | ```go | ||||||
| import "github.com/gofiber/storage/ristretto" | import "github.com/gofiber/storage/ristretto/v2" | ||||||
| ``` | ``` | ||||||
|  |  | ||||||
| You can use the following possibilities to create a storage: | You can use the following possibilities to create a storage: | ||||||
|   | |||||||
| @@ -1,16 +1,19 @@ | |||||||
| module github.com/gofiber/storage/ristretto | module github.com/gofiber/storage/ristretto/v2 | ||||||
|  |  | ||||||
| go 1.18 | go 1.19 | ||||||
|  |  | ||||||
| require ( | require ( | ||||||
| 	github.com/dgraph-io/ristretto v0.1.1 | 	github.com/dgraph-io/ristretto v0.1.1 | ||||||
| 	github.com/gofiber/utils v1.1.0 | 	github.com/stretchr/testify v1.8.4 | ||||||
| ) | ) | ||||||
|  |  | ||||||
| require ( | require ( | ||||||
| 	github.com/cespare/xxhash/v2 v2.1.2 // indirect | 	github.com/cespare/xxhash/v2 v2.2.0 // indirect | ||||||
| 	github.com/dustin/go-humanize v1.0.0 // indirect | 	github.com/davecgh/go-spew v1.1.1 // indirect | ||||||
| 	github.com/golang/glog v1.0.0 // indirect | 	github.com/dustin/go-humanize v1.0.1 // indirect | ||||||
|  | 	github.com/golang/glog v1.1.2 // indirect | ||||||
| 	github.com/pkg/errors v0.9.1 // indirect | 	github.com/pkg/errors v0.9.1 // indirect | ||||||
| 	golang.org/x/sys v0.2.0 // indirect | 	github.com/pmezard/go-difflib v1.0.0 // indirect | ||||||
|  | 	golang.org/x/sys v0.11.0 // indirect | ||||||
|  | 	gopkg.in/yaml.v3 v3.0.1 // indirect | ||||||
| ) | ) | ||||||
|   | |||||||
| @@ -1,6 +1,6 @@ | |||||||
| github.com/cespare/xxhash/v2 v2.1.1/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs= | github.com/cespare/xxhash/v2 v2.1.1/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs= | ||||||
| github.com/cespare/xxhash/v2 v2.1.2 h1:YRXhKfTDauu4ajMg1TPgFO5jnlC2HCbmLXMcTG5cbYE= | github.com/cespare/xxhash/v2 v2.2.0 h1:DC2CZ1Ep5Y4k3ZQ899DldepgrayRUGE6BBZ/cd9Cj44= | ||||||
| github.com/cespare/xxhash/v2 v2.1.2/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs= | github.com/cespare/xxhash/v2 v2.2.0/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs= | ||||||
| github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= | github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= | ||||||
| github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= | github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= | ||||||
| github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= | github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= | ||||||
| @@ -8,23 +8,25 @@ github.com/dgraph-io/ristretto v0.1.1 h1:6CWw5tJNgpegArSHpNHJKldNeq03FQCwYvfMVWa | |||||||
| github.com/dgraph-io/ristretto v0.1.1/go.mod h1:S1GPSBCYCIhmVNfcth17y2zZtQT6wzkzgwUve0VDWWA= | github.com/dgraph-io/ristretto v0.1.1/go.mod h1:S1GPSBCYCIhmVNfcth17y2zZtQT6wzkzgwUve0VDWWA= | ||||||
| github.com/dgryski/go-farm v0.0.0-20190423205320-6a90982ecee2 h1:tdlZCpZ/P9DhczCTSixgIKmwPv6+wP5DGjqLYw5SUiA= | github.com/dgryski/go-farm v0.0.0-20190423205320-6a90982ecee2 h1:tdlZCpZ/P9DhczCTSixgIKmwPv6+wP5DGjqLYw5SUiA= | ||||||
| github.com/dgryski/go-farm v0.0.0-20190423205320-6a90982ecee2/go.mod h1:SqUrOPUnsFjfmXRMNPybcSiG0BgUW2AuFH8PAnS2iTw= | github.com/dgryski/go-farm v0.0.0-20190423205320-6a90982ecee2/go.mod h1:SqUrOPUnsFjfmXRMNPybcSiG0BgUW2AuFH8PAnS2iTw= | ||||||
| github.com/dustin/go-humanize v1.0.0 h1:VSnTsYCnlFHaM2/igO1h6X3HA71jcobQuxemgkq4zYo= |  | ||||||
| github.com/dustin/go-humanize v1.0.0/go.mod h1:HtrtbFcZ19U5GC7JDqmcUSB87Iq5E25KnS6fMYU6eOk= | github.com/dustin/go-humanize v1.0.0/go.mod h1:HtrtbFcZ19U5GC7JDqmcUSB87Iq5E25KnS6fMYU6eOk= | ||||||
| github.com/gofiber/utils v1.1.0 h1:vdEBpn7AzIUJRhe+CiTOJdUcTg4Q9RK+pEa0KPbLdrM= | github.com/dustin/go-humanize v1.0.1 h1:GzkhY7T5VNhEkwH0PVJgjz+fX1rhBrR7pRT3mDkpeCY= | ||||||
| github.com/gofiber/utils v1.1.0/go.mod h1:poZpsnhBykfnY1Mc0KeEa6mSHrS3dV0+oBWyeQmb2e0= | github.com/dustin/go-humanize v1.0.1/go.mod h1:Mu1zIs6XwVuF/gI1OepvI0qD18qycQx+mFykh5fBlto= | ||||||
| github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b/go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q= | github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b/go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q= | ||||||
| github.com/golang/glog v1.0.0 h1:nfP3RFugxnNRyKgeWd4oI1nYvXpxrx8ck8ZrcizshdQ= | github.com/golang/glog v1.1.2 h1:DVjP2PbBOzHyzA+dn3WhHIq4NdVu3Q+pvivFICf/7fo= | ||||||
| github.com/golang/glog v1.0.0/go.mod h1:EWib/APOK0SL3dFbYqvxE3UYd8E6s1ouQ7iEp/0LWV4= | github.com/golang/glog v1.1.2/go.mod h1:zR+okUeTbrL6EL3xHUDxZuEtGv04p5shwip1+mL/rLQ= | ||||||
| github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4= | github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4= | ||||||
| github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= | github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= | ||||||
| github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= | github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= | ||||||
| github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= | github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= | ||||||
| github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= | github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= | ||||||
| github.com/stretchr/testify v1.4.0 h1:2E4SXV/wtOkTonXsotYi4li6zVWxYlZuYNCXe9XRJyk= |  | ||||||
| github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4= | github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4= | ||||||
|  | github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk= | ||||||
|  | github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo= | ||||||
| golang.org/x/sys v0.0.0-20221010170243-090e33056c14/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= | golang.org/x/sys v0.0.0-20221010170243-090e33056c14/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= | ||||||
| golang.org/x/sys v0.2.0 h1:ljd4t30dBnAvMZaQCevtY0xLLD0A+bRZXbgLMLU1F/A= | golang.org/x/sys v0.11.0 h1:eG7RXZHdqOJ1i+0lgLgCpSXAp6M3LYlAo6osgSi0xOM= | ||||||
| golang.org/x/sys v0.2.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= | golang.org/x/sys v0.11.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= | ||||||
|  | gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM= | ||||||
| gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= | gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= | ||||||
| gopkg.in/yaml.v2 v2.2.2 h1:ZCJp+EgiOT7lHqUV2J862kp8Qj64Jo6az82+3Td9dZw= |  | ||||||
| gopkg.in/yaml.v2 v2.2.2/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= | gopkg.in/yaml.v2 v2.2.2/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= | ||||||
|  | gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA= | ||||||
|  | gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= | ||||||
|   | |||||||
| @@ -20,7 +20,6 @@ func New(config ...Config) *Storage { | |||||||
| 		MaxCost:     cfg.MaxCost, | 		MaxCost:     cfg.MaxCost, | ||||||
| 		BufferItems: cfg.BufferItems, | 		BufferItems: cfg.BufferItems, | ||||||
| 	}) | 	}) | ||||||
|  |  | ||||||
| 	if err != nil { | 	if err != nil { | ||||||
| 		panic(err) | 		panic(err) | ||||||
| 	} | 	} | ||||||
|   | |||||||
Some files were not shown because too many files have changed in this diff Show More
		Reference in New Issue
	
	Block a user