Changes: * I add postgres_databaseutils_test.go for containing all utilities for mocking the database. * I put appName as a required parameter passed to the New() since it is needed to form the namespace column name. * I add GetMaxInterval() since it might be needed by the consumer and the test. * I move the SQL string package variables directly into the function that need it so we could avoid maintenance nightmare in the future.
115 lines
2.6 KiB
TOML
115 lines
2.6 KiB
TOML
# This file is autogenerated, do not edit; changes may be undone by the next 'dep ensure'.
|
|
|
|
|
|
[[projects]]
|
|
name = "github.com/apex/log"
|
|
packages = [
|
|
".",
|
|
"handlers/text"
|
|
]
|
|
revision = "0296d6eb16bb28f8a0c55668affcf4876dc269be"
|
|
version = "v1.0.0"
|
|
|
|
[[projects]]
|
|
name = "github.com/aws/aws-sdk-go"
|
|
packages = [
|
|
"aws",
|
|
"aws/awserr",
|
|
"aws/awsutil",
|
|
"aws/client",
|
|
"aws/client/metadata",
|
|
"aws/corehandlers",
|
|
"aws/credentials",
|
|
"aws/credentials/ec2rolecreds",
|
|
"aws/credentials/endpointcreds",
|
|
"aws/credentials/stscreds",
|
|
"aws/csm",
|
|
"aws/defaults",
|
|
"aws/ec2metadata",
|
|
"aws/endpoints",
|
|
"aws/request",
|
|
"aws/session",
|
|
"aws/signer/v4",
|
|
"internal/sdkio",
|
|
"internal/sdkrand",
|
|
"internal/sdkuri",
|
|
"internal/shareddefaults",
|
|
"private/protocol",
|
|
"private/protocol/json/jsonutil",
|
|
"private/protocol/jsonrpc",
|
|
"private/protocol/query",
|
|
"private/protocol/query/queryutil",
|
|
"private/protocol/rest",
|
|
"private/protocol/xml/xmlutil",
|
|
"service/dynamodb",
|
|
"service/dynamodb/dynamodbattribute",
|
|
"service/dynamodb/dynamodbiface",
|
|
"service/kinesis",
|
|
"service/kinesis/kinesisiface",
|
|
"service/sts"
|
|
]
|
|
revision = "8475c414b1bd58b8cc214873a8854e3a621e67d7"
|
|
version = "v1.15.0"
|
|
|
|
[[projects]]
|
|
name = "github.com/go-ini/ini"
|
|
packages = ["."]
|
|
revision = "358ee7663966325963d4e8b2e1fbd570c5195153"
|
|
version = "v1.38.1"
|
|
|
|
[[projects]]
|
|
name = "github.com/harlow/kinesis-consumer"
|
|
packages = [
|
|
".",
|
|
"checkpoint/ddb",
|
|
"checkpoint/postgres",
|
|
"checkpoint/redis"
|
|
]
|
|
revision = "049445e259a2ab9146364bf60d6f5f71270a125b"
|
|
version = "v0.2.0"
|
|
|
|
[[projects]]
|
|
name = "github.com/jmespath/go-jmespath"
|
|
packages = ["."]
|
|
revision = "0b12d6b5"
|
|
|
|
[[projects]]
|
|
branch = "master"
|
|
name = "github.com/lib/pq"
|
|
packages = [
|
|
".",
|
|
"oid"
|
|
]
|
|
revision = "90697d60dd844d5ef6ff15135d0203f65d2f53b8"
|
|
|
|
[[projects]]
|
|
name = "github.com/pkg/errors"
|
|
packages = ["."]
|
|
revision = "645ef00459ed84a119197bfb8d8205042c6df63d"
|
|
version = "v0.8.0"
|
|
|
|
[[projects]]
|
|
name = "gopkg.in/DATA-DOG/go-sqlmock.v1"
|
|
packages = ["."]
|
|
revision = "d76b18b42f285b792bf985118980ce9eacea9d10"
|
|
version = "v1.3.0"
|
|
|
|
[[projects]]
|
|
name = "gopkg.in/redis.v5"
|
|
packages = [
|
|
".",
|
|
"internal",
|
|
"internal/consistenthash",
|
|
"internal/hashtag",
|
|
"internal/pool",
|
|
"internal/proto"
|
|
]
|
|
revision = "a16aeec10ff407b1e7be6dd35797ccf5426ef0f0"
|
|
version = "v5.2.9"
|
|
|
|
[solve-meta]
|
|
analyzer-name = "dep"
|
|
analyzer-version = 1
|
|
inputs-digest = "2588ee54549a76e93e2e65a289fccd8b636f85b124c5ccb0ab3d5f3529a3cbaa"
|
|
solver-name = "gps-cdcl"
|
|
solver-version = 1
|