-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #37 from airdb/dev
dev
- Loading branch information
Showing
9 changed files
with
62 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,8 @@ | ||
# CHANGE LOG | ||
|
||
### Master | ||
|
||
### 1.0.0 | ||
|
||
- First commit | ||
- Sun Oct 20 13:03:49 +08 2019 | ||
- Fri Jan 29 14:47:32 +08 202 | ||
|
||
### 1.0.8 | ||
Feature: | ||
- Support Apple M1 arm64 platform | ||
- Upgrade sailor lib |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,22 @@ | ||
module airdb.io/airdb/adb | ||
|
||
go 1.14 | ||
go 1.15 | ||
|
||
require ( | ||
github.com/AlecAivazis/survey/v2 v2.0.8 | ||
github.com/MakeNowJust/heredoc v1.0.0 | ||
github.com/airdb/sailor v1.1.2-0.20200802151610-a033b3f2a246 | ||
github.com/aliyun/alibaba-cloud-sdk-go v1.61.279 | ||
github.com/imroc/req v0.2.4 | ||
github.com/json-iterator/go v1.1.10 // indirect | ||
github.com/minio/selfupdate v0.3.1 | ||
github.com/mitchellh/go-homedir v1.1.0 | ||
github.com/rakyll/statik v0.1.7 | ||
github.com/slack-go/slack v0.6.5 | ||
github.com/spf13/cobra v1.1.1 | ||
github.com/spf13/viper v1.7.0 | ||
github.com/tencentcloud/tencentcloud-sdk-go v1.0.12 | ||
golang.org/x/net v0.0.0-20200625001655-4c5254603344 // indirect | ||
golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208 // indirect | ||
golang.org/x/sys v0.0.0-20200523222454-059865788121 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters