From aa722718f7d486da764b1e893d3cdae36332a26a Mon Sep 17 00:00:00 2001 From: Jeffrey Duroyon Date: Thu, 20 Oct 2022 10:39:56 +0200 Subject: [PATCH] wip --- .DS_Store | Bin 8196 -> 6148 bytes Makefile | 7 +--- go.mod | 104 +++++++++++++++++++++++++++--------------------------- 3 files changed, 53 insertions(+), 58 deletions(-) diff --git a/.DS_Store b/.DS_Store index 3a5052a97e2bdef2186fdf7a2b808c5e54f9b54f..2eed2bed80f61fe2fb61a1878e7866df4f4fd403 100644 GIT binary patch delta 103 zcmZp1XfcprU|?W$DortDU=RQ@Ie-{Mvv5sJ6q~50$SATgU^g?P$Yve^X6A{hKNhod pa0oI36##(%H;`}zsoj|Poq009j3-DZ0~5p)kiiU_<9X&V0{~uS59R;> literal 8196 zcmeI1F>ezw6vv;NqJ*TXDyE9*7`k*T6Jk0_*pbqKtu(n3DqV6RO@o9OZb4!#Q^$T2 zBt8HPd>sb<&vx(ZJ72OO6sgbE`JMd!wtxEH#g0=VQpZ=x5z#&ob#QUq>!Au1&hu3( zTejr@QK3H_4My2yR?|s?I3Ny)1LA-4kAa0{s7u@gh4Ps1Z5*Tcc{gVP@` z+-$NUJA3brsz04w%$L!W7Ia1zi03q?OMmv(AB-Q=xh&tG7Ay_gl5CyU=Zr8tJ*2Vb zyVQhBu6@dMC#-TAf1ebLf$=6;Nw`|+^W7T06nr1(3iS|Pg45&Mee_fF)l@FulQ#}u zKw0vwR(gE9IrDY#R$WknzZBkm1mV0wNbOfmI+yXVeRB8C1;=zQhRA*Zb=F>Erj*;O_nrB(SQTAb6rTunYSGcra-g&gnIPSAn~4?AVnP5AO~88WuMRgScjW_|KA{DK@kVUfq(6Q z+U^hf#~9U~t!v}+Sv$h@78e)R /dev/null) -.PHONY: sources-image -sources-image: ## Generate a Docker image with only the sources - @echo "+ $@" - docker build -t $(NAME)-sources:$(VERSION) -f containers/Dockerfile.sources . .PHONY: local-run-dependencies diff --git a/go.mod b/go.mod index 6341a88..ad16bfa 100644 --- a/go.mod +++ b/go.mod @@ -1,55 +1,55 @@ -module nos-comptes + module nos-comptes -go 1.17 + go 1.17 -require ( - github.com/gin-contrib/cors v1.3.1 - github.com/gin-gonic/gin v1.7.4 - github.com/lib/pq v1.10.3 - github.com/sirupsen/logrus v1.8.1 - github.com/spf13/cobra v1.2.1 - github.com/spf13/viper v1.9.0 - google.golang.org/api v0.59.0 - gopkg.in/go-playground/validator.v9 v9.31.0 -) + require ( + github.com/gin-contrib/cors v1.3.1 + github.com/gin-gonic/gin v1.7.4 + github.com/lib/pq v1.10.3 + github.com/sirupsen/logrus v1.8.1 + github.com/spf13/cobra v1.2.1 + github.com/spf13/viper v1.9.0 + google.golang.org/api v0.59.0 + gopkg.in/go-playground/validator.v9 v9.31.0 + ) -require ( - cloud.google.com/go v0.97.0 // indirect - github.com/fsnotify/fsnotify v1.5.1 // indirect - github.com/gin-contrib/sse v0.1.0 // indirect - github.com/go-playground/locales v0.13.0 // indirect - github.com/go-playground/universal-translator v0.17.0 // indirect - github.com/go-playground/validator/v10 v10.4.1 // indirect - github.com/gocarina/gocsv v0.0.0-20211020200912-82fc2684cc48 // indirect - github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect - github.com/golang/protobuf v1.5.2 // indirect - github.com/googleapis/gax-go/v2 v2.1.1 // indirect - github.com/hashicorp/hcl v1.0.0 // indirect - github.com/inconshreveable/mousetrap v1.0.0 // indirect - github.com/json-iterator/go v1.1.11 // indirect - github.com/leodido/go-urn v1.2.0 // indirect - github.com/magiconair/properties v1.8.5 // indirect - github.com/mattn/go-isatty v0.0.12 // indirect - github.com/mitchellh/mapstructure v1.4.2 // indirect - github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 // indirect - github.com/modern-go/reflect2 v1.0.1 // indirect - github.com/pelletier/go-toml v1.9.4 // indirect - github.com/spf13/afero v1.6.0 // indirect - github.com/spf13/cast v1.4.1 // indirect - github.com/spf13/jwalterweatherman v1.1.0 // indirect - github.com/spf13/pflag v1.0.5 // indirect - github.com/subosito/gotenv v1.2.0 // indirect - github.com/ugorji/go/codec v1.1.7 // indirect - go.opencensus.io v0.23.0 // indirect - golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect - golang.org/x/net v0.0.0-20210503060351-7fd8e65b6420 // indirect - golang.org/x/oauth2 v0.0.0-20211005180243-6b3c2da341f1 // indirect - golang.org/x/sys v0.0.0-20211007075335-d3039528d8ac // indirect - golang.org/x/text v0.3.6 // indirect - google.golang.org/appengine v1.6.7 // indirect - google.golang.org/genproto v0.0.0-20211008145708-270636b82663 // indirect - google.golang.org/grpc v1.40.0 // indirect - google.golang.org/protobuf v1.27.1 // indirect - gopkg.in/ini.v1 v1.63.2 // indirect - gopkg.in/yaml.v2 v2.4.0 // indirect -) + require ( + cloud.google.com/go v0.97.0 // indirect + github.com/fsnotify/fsnotify v1.5.1 // indirect + github.com/gin-contrib/sse v0.1.0 // indirect + github.com/go-playground/locales v0.13.0 // indirect + github.com/go-playground/universal-translator v0.17.0 // indirect + github.com/go-playground/validator/v10 v10.4.1 // indirect + github.com/gocarina/gocsv v0.0.0-20211020200912-82fc2684cc48 // indirect + github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect + github.com/golang/protobuf v1.5.2 // indirect + github.com/googleapis/gax-go/v2 v2.1.1 // indirect + github.com/hashicorp/hcl v1.0.0 // indirect + github.com/inconshreveable/mousetrap v1.0.0 // indirect + github.com/json-iterator/go v1.1.11 // indirect + github.com/leodido/go-urn v1.2.0 // indirect + github.com/magiconair/properties v1.8.5 // indirect + github.com/mattn/go-isatty v0.0.12 // indirect + github.com/mitchellh/mapstructure v1.4.2 // indirect + github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 // indirect + github.com/modern-go/reflect2 v1.0.1 // indirect + github.com/pelletier/go-toml v1.9.4 // indirect + github.com/spf13/afero v1.6.0 // indirect + github.com/spf13/cast v1.4.1 // indirect + github.com/spf13/jwalterweatherman v1.1.0 // indirect + github.com/spf13/pflag v1.0.5 // indirect + github.com/subosito/gotenv v1.2.0 // indirect + github.com/ugorji/go/codec v1.1.7 // indirect + go.opencensus.io v0.23.0 // indirect + golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect + golang.org/x/net v0.0.0-20210503060351-7fd8e65b6420 // indirect + golang.org/x/oauth2 v0.0.0-20211005180243-6b3c2da341f1 // indirect + golang.org/x/sys v0.0.0-20211007075335-d3039528d8ac // indirect + golang.org/x/text v0.3.6 // indirect + google.golang.org/appengine v1.6.7 // indirect + google.golang.org/genproto v0.0.0-20211008145708-270636b82663 // indirect + google.golang.org/grpc v1.40.0 // indirect + google.golang.org/protobuf v1.27.1 // indirect + gopkg.in/ini.v1 v1.63.2 // indirect + gopkg.in/yaml.v2 v2.4.0 // indirect + )