Skip to content

Commit

Permalink
WIP: add createOrupdate API
Browse files Browse the repository at this point in the history
Signed-off-by: Chao-Han Tsai <[email protected]>
Signed-off-by: Daniel Rammer <[email protected]>
  • Loading branch information
milton0825 authored and hamersaw committed Sep 28, 2021
1 parent b3feb3e commit ef8fce3
Show file tree
Hide file tree
Showing 5 changed files with 188 additions and 18 deletions.
9 changes: 7 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,16 @@ require (
github.com/flyteorg/flytestdlib v0.3.13
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
github.com/golang/protobuf v1.4.3
github.com/jinzhu/gorm v1.9.11
github.com/lib/pq v1.2.0
github.com/jackc/pgproto3/v2 v2.0.7 // indirect
github.com/jinzhu/gorm v1.9.16
github.com/lib/pq v1.3.0
github.com/mitchellh/mapstructure v1.4.1
github.com/spf13/cobra v1.1.1
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.7.0
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a // indirect
golang.org/x/text v0.3.6 // indirect
google.golang.org/grpc v1.36.0
gorm.io/driver/postgres v1.1.0
gorm.io/gorm v1.21.9
)
Loading

0 comments on commit ef8fce3

Please sign in to comment.