Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

SDK version update #28

Merged
merged 1 commit into from
Oct 10, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
github.com/lib/pq v1.10.4
github.com/sirupsen/logrus v1.8.1
github.com/stretchr/testify v1.7.1
github.com/tuneinsight/sdk-datasource v0.0.0-20220726113729-11cbe88f7614
github.com/tuneinsight/sdk-datasource v0.0.0-20221006195937-351e396e8de0
)

require (
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -263,8 +263,8 @@ github.com/stretchr/testify v1.7.1 h1:5TQK59W5E3v0r2duFAb7P95B6hEeOyEnHRa8MjYSMT
github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
github.com/tidwall/pretty v1.0.0 h1:HsD+QiTn7sK6flMKIvNmpqz1qrpP3Ps6jOKIKMooyg4=
github.com/tidwall/pretty v1.0.0/go.mod h1:XNkn88O1ChpSDQmQeStsy+sBenx6DDtFZJxhVysOjyk=
github.com/tuneinsight/sdk-datasource v0.0.0-20220726113729-11cbe88f7614 h1:xXRrX9gihYxq/Mrs8LhKBQJgAdAaoLbf2H4fJkwwd7k=
github.com/tuneinsight/sdk-datasource v0.0.0-20220726113729-11cbe88f7614/go.mod h1:sevfgMRPFB8eOog8EHTq9qQBMPxlXM+kAvHdkx8V5jo=
github.com/tuneinsight/sdk-datasource v0.0.0-20221006195937-351e396e8de0 h1:GToTZHyVW8kVVWk6GVzNN2ZKRF7e9zRE0o0ja+buBxk=
github.com/tuneinsight/sdk-datasource v0.0.0-20221006195937-351e396e8de0/go.mod h1:sevfgMRPFB8eOog8EHTq9qQBMPxlXM+kAvHdkx8V5jo=
github.com/vektah/gqlparser v1.1.2/go.mod h1:1ycwN7Ij5njmMkPPAOaRFY4rET2Enx7IkVv3vaXspKw=
github.com/xdg-go/pbkdf2 v1.0.0/go.mod h1:jrpuAogTd400dnrH08LKmI/xc1MbPOebTwRqcT5RDeI=
github.com/xdg-go/scram v1.0.2/go.mod h1:1WAq6h33pAW+iRreB34OORO2Nf7qel3VV3fjBj+hCSs=
Expand Down