diff --git a/LICENSE b/LICENSE index 3154774..d703157 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (C) 2023, Twilio SendGrid, Inc. +Copyright (C) 2024, Twilio SendGrid, Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in diff --git a/rest_test.go b/rest_test.go index 7ca4369..6e7d5f9 100644 --- a/rest_test.go +++ b/rest_test.go @@ -1,6 +1,7 @@ package rest import ( + "context" "errors" "fmt" "io/ioutil" @@ -12,8 +13,6 @@ import ( "strings" "testing" "time" - - "golang.org/x/net/context" ) func TestBuildURL(t *testing.T) {