Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[websites-modules] [WEB-3082] migrate appRegion logic to websites modules #16914

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from 1 commit
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
Next Next commit
Generated by websites-modules
Signed-off-by: guacbot <robot-guacbot-guacamole@datadoghq.com>
  • Loading branch information
guacbot committed Feb 13, 2023
commit f01c40e7c0af940e0ba2fd4e6b644f1949572017
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ module documentation

go 1.14

require github.com/DataDog/websites-modules v1.5.0 // indirect
require github.com/DataDog/websites-modules v1.5.2-0.20230213193145-d5acd3b4274f // indirect

// replace github.com/DataDog/websites-modules => /Users/matt.fitzsimmons/source/websites-modules
8 changes: 2 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
github.com/DataDog/websites-modules v1.4.0 h1:GFRhX/aQmHqJJszysWft+ODMVoqrFOpiQzBc7iMEROM=
github.com/DataDog/websites-modules v1.4.0/go.mod h1:CcQxAmCXoiFr3hNw6Q+1si65C3uOP1gB+7aX4S3h+CQ=
github.com/DataDog/websites-modules v1.4.2 h1:9pl9w+335jTcgomUEojVISlEXUHle4ap/1ur78R2D5U=
github.com/DataDog/websites-modules v1.4.2/go.mod h1:CcQxAmCXoiFr3hNw6Q+1si65C3uOP1gB+7aX4S3h+CQ=
github.com/DataDog/websites-modules v1.5.0 h1:MHaEJOYCRVzi/Go1On4gursTRm9YLSl2IM1vFCermYU=
github.com/DataDog/websites-modules v1.5.0/go.mod h1:CcQxAmCXoiFr3hNw6Q+1si65C3uOP1gB+7aX4S3h+CQ=
github.com/DataDog/websites-modules v1.5.2-0.20230213193145-d5acd3b4274f h1:zLUmvnyBtpsQ9ToYJ4Q9KfshJhTVN+tMqtsSo2FG+68=
github.com/DataDog/websites-modules v1.5.2-0.20230213193145-d5acd3b4274f/go.mod h1:CcQxAmCXoiFr3hNw6Q+1si65C3uOP1gB+7aX4S3h+CQ=