diff --git a/.circleci/config.yml b/.circleci/config.yml index b3bb30a..b925ff3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,7 +1,6 @@ version: 2 jobs: test: - working_directory: /go/src/github.com/yukimochi/Activity-Relay docker: - image: circleci/golang environment: @@ -13,8 +12,6 @@ jobs: name: build command: | go version - go get -u github.com/golang/dep/cmd/dep - dep ensure go test -coverprofile=coverage.txt -covermode=atomic -p 1 . ./worker ./cli ./State bash <(curl -s https://codecov.io/bash) docker: diff --git a/Dockerfile b/Dockerfile index cd73211..6defd0c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,12 +1,10 @@ FROM golang:alpine AS build -WORKDIR /go/src/github.com/yukimochi/Activity-Relay -COPY . /go/src/github.com/yukimochi/Activity-Relay +WORKDIR /Activity-Relay +COPY . /Activity-Relay RUN mkdir -p /rootfs/usr/bin && \ apk add -U --no-cache git && \ - go get -u github.com/golang/dep/cmd/dep && \ - dep ensure && \ go build -o /rootfs/usr/bin/server . && \ go build -o /rootfs/usr/bin/worker ./worker && \ go build -o /rootfs/usr/bin/ar-cli ./cli diff --git a/Gopkg.lock b/Gopkg.lock deleted file mode 100644 index 3299752..0000000 --- a/Gopkg.lock +++ /dev/null @@ -1,671 +0,0 @@ -# This file is autogenerated, do not edit; changes may be undone by the next 'dep ensure'. - - -[[projects]] - digest = "1:dce41b029ff92ee7770a9038be145b59c744deec4b108a0319ba69ab6a7b0a6b" - name = "cloud.google.com/go" - packages = [ - "compute/metadata", - "iam", - "internal/optional", - "internal/version", - "pubsub", - "pubsub/apiv1", - "pubsub/internal/distribution", - ] - pruneopts = "UT" - revision = "458e1f376a2b44413160b5d301183b65debaa3f6" - version = "v0.37.2" - -[[projects]] - branch = "master" - digest = "1:a6a051f4d5ce7b59e24e3d711eafdf864c231e1d2c87afbc7730a98116730c7c" - name = "github.com/RichardKnop/logging" - packages = ["."] - pruneopts = "UT" - revision = "b1d5d44c82d6c9fb6c8e8dad28412163586fd8ac" - -[[projects]] - digest = "1:5749f2bf8b9075257dcf64bb2ec25a1729ee9487735d63ceef503195d6d06966" - name = "github.com/RichardKnop/machinery" - packages = [ - "v1", - "v1/backends/amqp", - "v1/backends/dynamodb", - "v1/backends/eager", - "v1/backends/iface", - "v1/backends/memcache", - "v1/backends/mongo", - "v1/backends/redis", - "v1/backends/result", - "v1/brokers/amqp", - "v1/brokers/eager", - "v1/brokers/errs", - "v1/brokers/gcppubsub", - "v1/brokers/iface", - "v1/brokers/redis", - "v1/brokers/sqs", - "v1/common", - "v1/config", - "v1/log", - "v1/retry", - "v1/tasks", - "v1/tracing", - ] - pruneopts = "UT" - revision = "0b3ee9f47d3d1924e45ccceb1e83b38dadf40901" - version = "v1.6.0" - -[[projects]] - digest = "1:3ec1b34a4c161eee98ba2530ed7bee201ad57705d4c8e1d8c4bf27b58ce1e728" - name = "github.com/RichardKnop/redsync" - packages = ["."] - pruneopts = "UT" - revision = "54b27db64c180751e7049321a2e109ff220ccdcc" - version = "v1.2.0" - -[[projects]] - digest = "1:0563c116613ceae09bdb369707e66792782456793a592099e30a1a8981b563bd" - name = "github.com/Songmu/go-httpdate" - packages = ["."] - pruneopts = "UT" - revision = "f3edac06fa8e34565c7dbb4a35c7084db427498e" - version = "v1.0.0" - -[[projects]] - digest = "1:e4f2bb5ce3d2437451160127021ec371171c80c9e17e57e1bdec01717307ea46" - 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/processcreds", - "aws/credentials/stscreds", - "aws/crr", - "aws/csm", - "aws/defaults", - "aws/ec2metadata", - "aws/endpoints", - "aws/request", - "aws/session", - "aws/signer/v4", - "internal/ini", - "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/sqs", - "service/sqs/sqsiface", - "service/sts", - ] - pruneopts = "UT" - revision = "56c1def75689cceec1fa6f14c2eedb4b798827f9" - version = "v1.19.11" - -[[projects]] - branch = "master" - digest = "1:f98385a9b77f6cacae716a59c04e6ac374d101466d4369c4e8cc706a39c4bb2e" - name = "github.com/bradfitz/gomemcache" - packages = ["memcache"] - pruneopts = "UT" - revision = "551aad21a6682b95329c1f5bd62ee5060d64f7e8" - -[[projects]] - digest = "1:abeb38ade3f32a92943e5be54f55ed6d6e3b6602761d74b4aab4c9dd45c18abd" - name = "github.com/fsnotify/fsnotify" - packages = ["."] - pruneopts = "UT" - revision = "c2828203cd70a50dcccfb2761f8b1f8ceef9a8e9" - version = "v1.4.7" - -[[projects]] - digest = "1:33082c63746b464db3d1c2c07a1396d860484d97fe857ef9e8668a9b406db09f" - name = "github.com/go-redis/redis" - packages = [ - ".", - "internal", - "internal/consistenthash", - "internal/hashtag", - "internal/pool", - "internal/proto", - "internal/util", - ] - pruneopts = "UT" - revision = "d22fde8721cc915a55aeb6b00944a76a92bfeb6e" - version = "v6.15.2" - -[[projects]] - digest = "1:586ea76dbd0374d6fb649a91d70d652b7fe0ccffb8910a77468e7702e7901f3d" - name = "github.com/go-stack/stack" - packages = ["."] - pruneopts = "UT" - revision = "2fee6af1a9795aafbe0253a0cfbdf668e1fb8a9a" - version = "v1.8.0" - -[[projects]] - digest = "1:f2bc519aefa5511928d70d067ae2828cfa60fd3947cc8d166f070a0ce705f782" - name = "github.com/golang/protobuf" - packages = [ - "proto", - "protoc-gen-go/descriptor", - "ptypes", - "ptypes/any", - "ptypes/duration", - "ptypes/empty", - "ptypes/timestamp", - ] - pruneopts = "UT" - revision = "b5d812f8a3706043e23a9cd5babf2e5423744d30" - version = "v1.3.1" - -[[projects]] - branch = "master" - digest = "1:e4f5819333ac698d294fe04dbf640f84719658d5c7ce195b10060cc37292ce79" - name = "github.com/golang/snappy" - packages = ["."] - pruneopts = "UT" - revision = "2a8bb927dd31d8daada140a5d09578521ce5c36a" - -[[projects]] - digest = "1:38ec74012390146c45af1f92d46e5382b50531247929ff3a685d2b2be65155ac" - name = "github.com/gomodule/redigo" - packages = [ - "internal", - "redis", - ] - pruneopts = "UT" - revision = "9c11da706d9b7902c6da69c592f75637793fe121" - version = "v2.0.0" - -[[projects]] - digest = "1:582b704bebaa06b48c29b0cec224a6058a09c86883aaddabde889cd1a5f73e1b" - name = "github.com/google/uuid" - packages = ["."] - pruneopts = "UT" - revision = "0cd6bf5da1e1c83f8b45653022c74f71af0538a4" - version = "v1.1.1" - -[[projects]] - digest = "1:f1f70abea1ab125d48396343b4c053f8fecfbdb943037bf3d29dc80c90fe60b3" - name = "github.com/googleapis/gax-go" - packages = ["v2"] - pruneopts = "UT" - revision = "beaecbbdd8af86aa3acf14180d53828ce69400b2" - version = "v2.0.4" - -[[projects]] - digest = "1:67474f760e9ac3799f740db2c489e6423a4cde45520673ec123ac831ad849cb8" - name = "github.com/hashicorp/golang-lru" - packages = ["simplelru"] - pruneopts = "UT" - revision = "7087cb70de9f7a8bc0a10c375cb0d2280a8edf9c" - version = "v0.5.1" - -[[projects]] - digest = "1:c0d19ab64b32ce9fe5cf4ddceba78d5bc9807f0016db6b1183599da3dcc24d10" - name = "github.com/hashicorp/hcl" - packages = [ - ".", - "hcl/ast", - "hcl/parser", - "hcl/printer", - "hcl/scanner", - "hcl/strconv", - "hcl/token", - "json/parser", - "json/scanner", - "json/token", - ] - pruneopts = "UT" - revision = "8cb6e5b959231cc1119e43259c4a608f9c51a241" - version = "v1.0.0" - -[[projects]] - digest = "1:870d441fe217b8e689d7949fef6e43efbc787e50f200cb1e70dbca9204a1d6be" - name = "github.com/inconshreveable/mousetrap" - packages = ["."] - pruneopts = "UT" - revision = "76626ae9c91c4f2a10f34cad8ce83ea42c93bb75" - version = "v1.0" - -[[projects]] - digest = "1:bb81097a5b62634f3e9fec1014657855610c82d19b9a40c17612e32651e35dca" - name = "github.com/jmespath/go-jmespath" - packages = ["."] - pruneopts = "UT" - revision = "c2b33e84" - -[[projects]] - digest = "1:edbef42561faa44c19129b68d1e109fbc1647f63239250391eadc8d0e7c9f669" - name = "github.com/kelseyhightower/envconfig" - packages = ["."] - pruneopts = "UT" - revision = "f611eb38b3875cc3bd991ca91c51d06446afa14c" - version = "v1.3.0" - -[[projects]] - digest = "1:c568d7727aa262c32bdf8a3f7db83614f7af0ed661474b24588de635c20024c7" - name = "github.com/magiconair/properties" - packages = ["."] - pruneopts = "UT" - revision = "c2353362d570a7bfa228149c62842019201cfb71" - version = "v1.8.0" - -[[projects]] - digest = "1:53bc4cd4914cd7cd52139990d5170d6dc99067ae31c56530621b18b35fc30318" - name = "github.com/mitchellh/mapstructure" - packages = ["."] - pruneopts = "UT" - revision = "3536a929edddb9a5b34bd6861dc4a9647cb459fe" - version = "v1.1.2" - -[[projects]] - digest = "1:11e62d6050198055e6cd87ed57e5d8c669e84f839c16e16f192374d913d1a70d" - name = "github.com/opentracing/opentracing-go" - packages = [ - ".", - "ext", - "log", - ] - pruneopts = "UT" - revision = "659c90643e714681897ec2521c60567dd21da733" - version = "v1.1.0" - -[[projects]] - digest = "1:808cdddf087fb64baeae67b8dfaee2069034d9704923a3cb8bd96a995421a625" - name = "github.com/patrickmn/go-cache" - packages = ["."] - pruneopts = "UT" - revision = "a3647f8e31d79543b2d0f0ae2fe5c379d72cedc0" - version = "v2.1.0" - -[[projects]] - digest = "1:e0f50a07c0def90588d69f77178712c6fdc67eb6576365f551cce98b44b501bf" - name = "github.com/pelletier/go-toml" - packages = ["."] - pruneopts = "UT" - revision = "63909f0a90ab0f36909e8e044e46ace10cf13ba2" - version = "v1.3.0" - -[[projects]] - digest = "1:274f67cb6fed9588ea2521ecdac05a6d62a8c51c074c1fccc6a49a40ba80e925" - name = "github.com/satori/go.uuid" - packages = ["."] - pruneopts = "UT" - revision = "f58768cc1a7a7e77a3bd49e98cdd21419399b6a3" - version = "v1.2.0" - -[[projects]] - digest = "1:bb495ec276ab82d3dd08504bbc0594a65de8c3b22c6f2aaa92d05b73fbf3a82e" - name = "github.com/spf13/afero" - packages = [ - ".", - "mem", - ] - pruneopts = "UT" - revision = "588a75ec4f32903aa5e39a2619ba6a4631e28424" - version = "v1.2.2" - -[[projects]] - digest = "1:08d65904057412fc0270fc4812a1c90c594186819243160dc779a402d4b6d0bc" - name = "github.com/spf13/cast" - packages = ["."] - pruneopts = "UT" - revision = "8c9545af88b134710ab1cd196795e7f2388358d7" - version = "v1.3.0" - -[[projects]] - digest = "1:645cabccbb4fa8aab25a956cbcbdf6a6845ca736b2c64e197ca7cbb9d210b939" - name = "github.com/spf13/cobra" - packages = ["."] - pruneopts = "UT" - revision = "ef82de70bb3f60c65fb8eebacbb2d122ef517385" - version = "v0.0.3" - -[[projects]] - digest = "1:1b753ec16506f5864d26a28b43703c58831255059644351bbcb019b843950900" - name = "github.com/spf13/jwalterweatherman" - packages = ["."] - pruneopts = "UT" - revision = "94f6ae3ed3bceceafa716478c5fbf8d29ca601a1" - version = "v1.1.0" - -[[projects]] - digest = "1:c1b1102241e7f645bc8e0c22ae352e8f0dc6484b6cb4d132fa9f24174e0119e2" - name = "github.com/spf13/pflag" - packages = ["."] - pruneopts = "UT" - revision = "298182f68c66c05229eb03ac171abe6e309ee79a" - version = "v1.0.3" - -[[projects]] - digest = "1:1b773526998f3dbde3a51a4a5881680c4d237d3600f570d900f97ac93c7ba0a8" - name = "github.com/spf13/viper" - packages = ["."] - pruneopts = "UT" - revision = "9e56dacc08fbbf8c9ee2dbc717553c758ce42bc9" - version = "v1.3.2" - -[[projects]] - branch = "master" - digest = "1:d6bb6f3240a488ffe5bb6952b513569d009927dcb20ff94885f87b76cef2b698" - name = "github.com/streadway/amqp" - packages = ["."] - pruneopts = "UT" - revision = "75d898a42a940fbc854dfd1a4199eabdc00cf024" - -[[projects]] - branch = "master" - digest = "1:40fdfd6ab85ca32b6935853bbba35935dcb1d796c8135efd85947566c76e662e" - name = "github.com/xdg/scram" - packages = ["."] - pruneopts = "UT" - revision = "7eeb5667e42c09cb51bf7b7c28aea8c56767da90" - -[[projects]] - branch = "master" - digest = "1:f5c1d04bc09c644c592b45b9f0bad4030521b1a7d11c7dadbb272d9439fa6e8e" - name = "github.com/xdg/stringprep" - packages = ["."] - pruneopts = "UT" - revision = "73f8eece6fdcd902c185bf651de50f3828bed5ed" - -[[projects]] - digest = "1:ef36ded2e470dcab659711326f3d2be08575e63e1acda4982f8e7e7873fd9fda" - name = "github.com/yukimochi/httpsig" - packages = ["."] - pruneopts = "UT" - revision = "5da095dad581ab456285d859134fc9de29fcb02a" - version = "v0.1.2" - -[[projects]] - digest = "1:21f9cb6f1337c4776ed1d2d7b7ed6ffba3269ca12274c065364a5c0edee1f28b" - name = "go.mongodb.org/mongo-driver" - packages = [ - "bson", - "bson/bsoncodec", - "bson/bsonrw", - "bson/bsontype", - "bson/primitive", - "event", - "internal", - "mongo", - "mongo/options", - "mongo/readconcern", - "mongo/readpref", - "mongo/writeconcern", - "tag", - "version", - "x/bsonx", - "x/bsonx/bsoncore", - "x/mongo/driver", - "x/mongo/driver/auth", - "x/mongo/driver/auth/internal/gssapi", - "x/mongo/driver/session", - "x/mongo/driver/topology", - "x/mongo/driver/uuid", - "x/network/address", - "x/network/command", - "x/network/compressor", - "x/network/connection", - "x/network/connstring", - "x/network/description", - "x/network/result", - "x/network/wiremessage", - ] - pruneopts = "UT" - revision = "1c3b9b9a41eecdf056560e07b68e6407b8d598c3" - version = "v1.0.0" - -[[projects]] - digest = "1:d1ff17c57578bd01afead8838fcb1d5a1e47ad35c610e047ae549a23bb977037" - name = "go.opencensus.io" - packages = [ - ".", - "internal", - "internal/tagencoding", - "metric/metricdata", - "metric/metricproducer", - "plugin/ocgrpc", - "plugin/ochttp", - "plugin/ochttp/propagation/b3", - "resource", - "stats", - "stats/internal", - "stats/view", - "tag", - "trace", - "trace/internal", - "trace/propagation", - "trace/tracestate", - ] - pruneopts = "UT" - revision = "46618d076d80f4eab85adbcb3be9a370be1dc4e0" - version = "v0.20.0" - -[[projects]] - branch = "master" - digest = "1:a917429bd95275a7d2d8436c22cb366034d2c9b661658061a4362af0b13f95a2" - name = "golang.org/x/crypto" - packages = [ - "blake2b", - "blake2s", - "pbkdf2", - "ripemd160", - "sha3", - ] - pruneopts = "UT" - revision = "38d8ce5564a5b71b2e3a00553993f1b9a7ae852f" - -[[projects]] - branch = "master" - digest = "1:e87f576319e558a57920a69ccdeb7d597f18d5541633c529224c35aa2185e5f4" - name = "golang.org/x/net" - packages = [ - "context", - "context/ctxhttp", - "http/httpguts", - "http2", - "http2/hpack", - "idna", - "internal/timeseries", - "trace", - ] - pruneopts = "UT" - revision = "eb5bcb51f2a31c7d5141d810b70815c05d9c9146" - -[[projects]] - branch = "master" - digest = "1:645cb780e4f3177111b40588f0a7f5950efcfb473e7ff41d8d81b2ba5eaa6ed5" - name = "golang.org/x/oauth2" - packages = [ - ".", - "google", - "internal", - "jws", - "jwt", - ] - pruneopts = "UT" - revision = "9f3314589c9a9136388751d9adae6b0ed400978a" - -[[projects]] - branch = "master" - digest = "1:04a5b0e4138f98eef79ce12a955a420ee358e9f787044cc3a553ac3c3ade997e" - name = "golang.org/x/sync" - packages = [ - "errgroup", - "semaphore", - ] - pruneopts = "UT" - revision = "e225da77a7e68af35c70ccbf71af2b83e6acac3c" - -[[projects]] - branch = "master" - digest = "1:d78755393cc6ee9bd63b4debeed9be209517adc3296e61ecdf97590b15260f45" - name = "golang.org/x/sys" - packages = [ - "cpu", - "unix", - ] - pruneopts = "UT" - revision = "4b34438f7a67ee5f45cc6132e2bad873a20324e9" - -[[projects]] - digest = "1:a2ab62866c75542dd18d2b069fec854577a20211d7c0ea6ae746072a1dccdd18" - name = "golang.org/x/text" - packages = [ - "collate", - "collate/build", - "internal/colltab", - "internal/gen", - "internal/tag", - "internal/triegen", - "internal/ucd", - "language", - "secure/bidirule", - "transform", - "unicode/bidi", - "unicode/cldr", - "unicode/norm", - "unicode/rangetable", - ] - pruneopts = "UT" - revision = "f21a4dfb5e38f5895301dc265a8def02365cc3d0" - version = "v0.3.0" - -[[projects]] - digest = "1:dd6e1a70c3d069cb58cb5cd234a6aca65c31b87eecce857b0b140aec96fcee91" - name = "google.golang.org/api" - packages = [ - "googleapi/transport", - "internal", - "iterator", - "option", - "support/bundler", - "transport", - "transport/grpc", - "transport/http", - "transport/http/internal/propagation", - ] - pruneopts = "UT" - revision = "bce707a4d0ea3488942724b3bcc1c8338f38f991" - version = "v0.3.0" - -[[projects]] - digest = "1:15b86ee56687b2b842431678dacd1050900cd5ea24a47fa908ac32ce540664b7" - name = "google.golang.org/appengine" - packages = [ - ".", - "internal", - "internal/app_identity", - "internal/base", - "internal/datastore", - "internal/log", - "internal/modules", - "internal/remote_api", - "internal/socket", - "internal/urlfetch", - "socket", - "urlfetch", - ] - pruneopts = "UT" - revision = "54a98f90d1c46b7731eb8fb305d2a321c30ef610" - version = "v1.5.0" - -[[projects]] - branch = "master" - digest = "1:3225a050ce9eb2c772c3f4a173b89dba31f78be26da6e12651b93a6836cbea50" - name = "google.golang.org/genproto" - packages = [ - "googleapis/api/annotations", - "googleapis/iam/v1", - "googleapis/pubsub/v1", - "googleapis/rpc/status", - "protobuf/field_mask", - ] - pruneopts = "UT" - revision = "64821d5d210748c883cd2b809589555ae4654203" - -[[projects]] - digest = "1:4abdd62fcb53e7fb898e708754e3ec03254a870b35e826649b974c6811041808" - name = "google.golang.org/grpc" - packages = [ - ".", - "balancer", - "balancer/base", - "balancer/roundrobin", - "binarylog/grpc_binarylog_v1", - "codes", - "connectivity", - "credentials", - "credentials/internal", - "credentials/oauth", - "encoding", - "encoding/proto", - "grpclog", - "internal", - "internal/backoff", - "internal/binarylog", - "internal/channelz", - "internal/envconfig", - "internal/grpcrand", - "internal/grpcsync", - "internal/syscall", - "internal/transport", - "keepalive", - "metadata", - "naming", - "peer", - "resolver", - "resolver/dns", - "resolver/passthrough", - "stats", - "status", - "tap", - ] - pruneopts = "UT" - revision = "3507fb8e1a5ad030303c106fef3a47c9fdad16ad" - version = "v1.19.1" - -[[projects]] - digest = "1:4d2e5a73dc1500038e504a8d78b986630e3626dc027bc030ba5c75da257cdb96" - name = "gopkg.in/yaml.v2" - packages = ["."] - pruneopts = "UT" - revision = "51d6538a90f86fe93ac480b35f37b2be17fef232" - version = "v2.2.2" - -[solve-meta] - analyzer-name = "dep" - analyzer-version = 1 - input-imports = [ - "github.com/RichardKnop/machinery/v1", - "github.com/RichardKnop/machinery/v1/config", - "github.com/RichardKnop/machinery/v1/log", - "github.com/RichardKnop/machinery/v1/tasks", - "github.com/Songmu/go-httpdate", - "github.com/go-redis/redis", - "github.com/patrickmn/go-cache", - "github.com/satori/go.uuid", - "github.com/spf13/cobra", - "github.com/spf13/viper", - "github.com/yukimochi/httpsig", - ] - solver-name = "gps-cdcl" - solver-version = 1 diff --git a/Gopkg.toml b/Gopkg.toml deleted file mode 100644 index 5c879c7..0000000 --- a/Gopkg.toml +++ /dev/null @@ -1,3 +0,0 @@ -[prune] - go-tests = true - unused-packages = true diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..4079f36 --- /dev/null +++ b/go.mod @@ -0,0 +1,15 @@ +module github.com/yukimochi/Activity-Relay + +go 1.12 + +require ( + github.com/RichardKnop/machinery v1.6.0 + github.com/Songmu/go-httpdate v1.0.0 + github.com/go-redis/redis v6.15.2+incompatible + github.com/inconshreveable/mousetrap v1.0.0 // indirect + github.com/patrickmn/go-cache v2.1.0+incompatible + github.com/satori/go.uuid v1.2.0 + github.com/spf13/cobra v0.0.3 + github.com/spf13/viper v1.3.2 + github.com/yukimochi/httpsig v0.1.3 +)